Cleanup & Steam crash fix

This commit is contained in:
Anuken
2021-02-11 16:31:44 -05:00
parent 0350e6bbf4
commit cd684996e1
5 changed files with 11 additions and 14 deletions

View File

@@ -130,6 +130,7 @@ public class DesktopLauncher extends ClientLauncher{
player.name = SVars.net.friends.getPersonaName();
Core.settings.put("name", player.name);
}
steamPlayerName = SVars.net.friends.getPersonaName();
//update callbacks
Core.app.addListener(new ApplicationListener(){
@Override