diff --git a/annotations/src/main/resources/classids.properties b/annotations/src/main/resources/classids.properties index 288f09bdbe..e69de29bb2 100644 --- a/annotations/src/main/resources/classids.properties +++ b/annotations/src/main/resources/classids.properties @@ -1,24 +0,0 @@ -#Maps entity names to IDs. Autogenerated. - -alpha=0 -atrax=1 -block=2 -flare=3 -mace=4 -mega=5 -mindustry.entities.comp.BuildingComp=6 -mindustry.entities.comp.BulletComp=7 -mindustry.entities.comp.DecalComp=8 -mindustry.entities.comp.EffectStateComp=9 -mindustry.entities.comp.FireComp=10 -mindustry.entities.comp.LaunchCoreComp=11 -mindustry.entities.comp.PlayerComp=12 -mindustry.entities.comp.PuddleComp=13 -mindustry.type.Weather.WeatherStateComp=14 -mindustry.world.blocks.campaign.LaunchPad.LaunchPayloadComp=15 -mono=16 -nova=17 -poly=18 -pulsar=19 -risso=20 -spiroct=21 \ No newline at end of file diff --git a/server/src/mindustry/server/ServerControl.java b/server/src/mindustry/server/ServerControl.java index ba231a76a9..3b52af9606 100644 --- a/server/src/mindustry/server/ServerControl.java +++ b/server/src/mindustry/server/ServerControl.java @@ -61,7 +61,7 @@ public class ServerControl implements ApplicationListener{ "bans", "", "admins", "", "shufflemode", "custom", - "globalrules", "{reactorExplosions: false, schematicAllowed: true}" + "globalrules", "{reactorExplosions: false}" //schematicAllowed: true} //is not working ); Log.setLogger((level, text) -> {