mirror of
https://github.com/barkeser2002/Tenet.git
synced 2026-09-25 10:46:08 +03:00
11 lines
423 B
Diff
11 lines
423 B
Diff
--- ../src-base/minecraft/net/minecraft/server/management/UserListOps.java
|
|
+++ ../src-work/minecraft/net/minecraft/server/management/UserListOps.java
|
|
@@ -35,6 +35,7 @@
|
|
|
|
protected String func_152699_b(GameProfile p_152699_1_)
|
|
{
|
|
+ if (p_152699_1_ == null || p_152699_1_.getId() == null) return "invalid"; // Cauldron - handle GameProfiles with no ID
|
|
return p_152699_1_.getId().toString();
|
|
}
|
|
|