remove old todo
This commit is contained in:
parent
a9ed2ad878
commit
f4f66b5b94
@ -175,7 +175,6 @@ class ServerSettings implements ConfiguratorMenu, CallbackListener {
|
|||||||
$y = 0.;
|
$y = 0.;
|
||||||
$id = 0;
|
$id = 0;
|
||||||
foreach($serverSettings as $name => $value) {
|
foreach($serverSettings as $name => $value) {
|
||||||
// TODO Comment 4 lines maybe
|
|
||||||
// Continue on CurrentMaxPlayers...
|
// Continue on CurrentMaxPlayers...
|
||||||
$pos = strpos($name, "Current"); // TODO maybe current irgentwo anzeigen
|
$pos = strpos($name, "Current"); // TODO maybe current irgentwo anzeigen
|
||||||
if($pos !== false) {
|
if($pos !== false) {
|
||||||
|
Loading…
Reference in New Issue
Block a user