mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-01-25 22:58:47 +07:00
Comment fix
This commit is contained in:
parent
f144dda8b5
commit
557b86a7a9
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user