mirror of
https://github.com/barkeser2002/CatServer.git
synced 2026-09-25 17:46:04 +03:00
12 lines
422 B
Diff
12 lines
422 B
Diff
--- ../src-base/minecraft/net/minecraft/server/gui/MinecraftServerGui.java
|
|
+++ ../src-work/minecraft/net/minecraft/server/gui/MinecraftServerGui.java
|
|
@@ -93,7 +93,7 @@
|
|
}
|
|
catch (Exception exception)
|
|
{
|
|
- LOGGER.error((String)"Couldn\'t build server GUI", (Throwable)exception);
|
|
+ LOGGER.error((String)"Couldn\'t build1 server GUI", (Throwable)exception);
|
|
}
|
|
}
|
|
|