global rule not working

This commit is contained in:
J-VdS 2020-08-19 20:29:03 +02:00
parent 4938aac731
commit 3753e8f54a
2 changed files with 1 additions and 25 deletions

View File

@ -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

View File

@ -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) -> {