Moved TODO to Trello board

This commit is contained in:
Anuken
2018-03-05 17:00:02 -05:00
parent b1263262de
commit 1038f35883
3 changed files with 2 additions and 88 deletions

View File

@@ -308,7 +308,7 @@ public class ServerControl extends Module {
}else{
Log.info("&lyBanned players:");
for(String string : bans){
Log.info(" &luy {0} / Last known name: '{1}'", string, netServer.admins.getLastName(string));
Log.info(" &ly {0} / Last known name: '{1}'", string, netServer.admins.getLastName(string));
}
}
});