Skip to content

Commit f30b885

Browse files
committed
OMG TABS ROAR
1 parent 2d4a10b commit f30b885

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/uk/co/crashcraft/mcma/Main.java

+4-4
Original file line numberDiff line numberDiff line change
@@ -185,9 +185,9 @@ public Plugin pluginInterface( String pluginName ){
185185
}
186186

187187
public boolean onlineCheck(){
188-
if (!this.craftServer.getServer().onlineMode) {
189-
this.logger.log(MCACLogger.logState.FATAL, "You must be running in online mode!");
190-
return false;
191-
} return true;
188+
if (!this.craftServer.getServer().onlineMode) {
189+
this.logger.log(MCACLogger.logState.FATAL, "You must be running in online mode!");
190+
return false;
191+
} return true;
192192
}
193193
}

0 commit comments

Comments
 (0)