Skip to content
Snippets Groups Projects
Commit 5bd589af authored by Miniontoby's avatar Miniontoby :writing_hand_tone1:
Browse files

fixed the issue

parent a873d00c
No related branches found
No related tags found
No related merge requests found
......@@ -7,7 +7,7 @@ import mindustry.content.*;
import mindustry.game.EventType.*;
import mindustry.gen.*;
import mindustry.mod.*;
import static Vars.*;
import mindustry.Vars.*;
public class MindustrIRC extends Mod {
public MindustrIRC(){
......@@ -26,7 +26,7 @@ public class MindustrIRC extends Mod {
@Override
public void init(){
if(headless){
if(Vars.headless){
Log.info("Mod loaded");
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment