This commit is contained in:
therealunull
2020-12-14 09:08:42 -05:00
parent aa44329202
commit a55f9502e2
115 changed files with 5376 additions and 267 deletions

View File

@@ -268,8 +268,8 @@ public class class258 {
return 2; // L: 3178
}
} else {
if (PlayerAppearance.localPlayer != null && PlayerAppearance.localPlayer.username != null) { // L: 3136
var3 = PlayerAppearance.localPlayer.username.getName();
if (PlayerComposition.localPlayer != null && PlayerComposition.localPlayer.username != null) { // L: 3136
var3 = PlayerComposition.localPlayer.username.getName();
} else {
var3 = ""; // L: 3137
}