forked from MagicBane/Server
Comparison fix
This commit is contained in:
@@ -724,7 +724,7 @@ public class WorldServer {
|
||||
if (flashString == null)
|
||||
return;
|
||||
|
||||
if (flashString == "")
|
||||
if (flashString.equals(""))
|
||||
flashString = "Rebooting for to fix bug.";
|
||||
|
||||
Logger.info("Sending flash from external interface");
|
||||
|
||||
Reference in New Issue
Block a user