minor adjustments
This commit is contained in:
@ -6,6 +6,7 @@ use ManiaControl\Callbacks\Callbacks;
|
||||
use ManiaControl\Files\FileUtil;
|
||||
use ManiaControl\Plugins\PluginManager;
|
||||
use ManiaControl\Update\UpdateManager;
|
||||
use Maniaplanet\DedicatedServer\Xmlrpc\TransportException;
|
||||
|
||||
/**
|
||||
* Error and Exception Manager Class
|
||||
|
@ -250,7 +250,7 @@ class ManiaControl implements CommandListener, TimerListener {
|
||||
exec($command);
|
||||
} else {
|
||||
$command = escapeshellarg(ManiaControlDir . "ManiaControl.bat");
|
||||
system($command); // TODO, windows stucks here as long controller is running
|
||||
system($command); // TODO: windows gets stuck here as long controller is running
|
||||
}
|
||||
|
||||
// Quit the old instance
|
||||
|
Reference in New Issue
Block a user