forked from MagicBane/Server
Comparison fix
This commit is contained in:
@@ -69,7 +69,7 @@ public class ArcLoginNotifyMsgHandler extends AbstractClientMsgHandler {
|
||||
|
||||
// Send branch string if available from ConfigManager.
|
||||
|
||||
if (ConfigManager.currentRepoBranch != "")
|
||||
if (!ConfigManager.currentRepoBranch.equals(""))
|
||||
ChatManager.sendSystemMessage(player, ConfigManager.currentRepoBranch);
|
||||
|
||||
// Set player mask for QT
|
||||
|
||||
Reference in New Issue
Block a user