fixed typos / spelling
This commit is contained in:
@ -148,7 +148,7 @@ class ScriptSettings implements ConfiguratorMenu, CallbackListener {
|
||||
try {
|
||||
$this->maniaControl->client->setModeScriptSettings($loadedSettings);
|
||||
} catch(Exception $e) {
|
||||
trigger_error('Error occured: ' . $e->getMessage());
|
||||
trigger_error('Error occurred: ' . $e->getMessage());
|
||||
return false;
|
||||
}
|
||||
return true;
|
||||
|
@ -181,7 +181,7 @@ class ServerSettings implements ConfiguratorMenu, CallbackListener {
|
||||
$id = 0;
|
||||
foreach($serverSettings as $name => $value) {
|
||||
// Continue on CurrentMaxPlayers...
|
||||
$pos = strpos($name, "Current"); // TODO maybe current irgentwo anzeigen
|
||||
$pos = strpos($name, "Current"); // TODO maybe display current somewhere
|
||||
if ($pos !== false) {
|
||||
continue;
|
||||
}
|
||||
|
Reference in New Issue
Block a user