mirror of
https://github.com/Sarjuuk/aowow.git
synced 2025-11-29 15:58:16 +08:00
Core/Cleanup
* try to give included files a logical structure * move objects from Util and Game to their own files * make non-essential files auto-loaded
This commit is contained in:
@@ -121,7 +121,7 @@ CLISetup::registerUtility(new class extends UtilityScript
|
||||
if (CLI::read(['x' => ['['.CLI::bold('c').']ontinue anyway? ['.CLI::bold('r').']etry? ['.CLI::bold('a').']bort?', true, true, '/c|r|a/i']], $uiCRA) && $uiCRA)
|
||||
{
|
||||
CLI::write();
|
||||
switch(strtolower($uiCRA['x']))
|
||||
switch (strtolower($uiCRA['x']))
|
||||
{
|
||||
case 'c':
|
||||
$this->saveProgress($idx);
|
||||
|
||||
Reference in New Issue
Block a user