Fixed /wh and /worldhandler denying other commands in multiplayer

This commit is contained in:
Marcel Konrad
2018-02-19 22:58:09 +01:00
parent 12c980841b
commit adcdeb533f
4 changed files with 12 additions and 9 deletions

View File

@@ -11,7 +11,7 @@ apply plugin: 'net.minecraftforge.gradle.forge'
//Only edit below this line, the above code adds and enables the necessary things for Forge to be setup.
version = "1.12.2-2.1"
version = "1.12.2-2.1.1"
group = "src.worldhandler.main.WorldHandler" // http://maven.apache.org/guides/mini/guide-naming-conventions.html
archivesBaseName = "WorldHandler"