Comment fix

This commit is contained in:
Anuken 2018-10-28 16:31:57 -04:00
parent f144dda8b5
commit 557b86a7a9

View File

@ -40,9 +40,7 @@ public class Administration{
Settings.save();
}
/**
* Call when a player joins to update their information here.
*/
/**Call when a player joins to update their information here.*/
public void updatePlayerJoined(String id, String ip, String name){
PlayerInfo info = getCreateInfo(id);
info.lastName = name;