Skip to content

Commit

Permalink
Do not register /terrashow for the moment and v1.0.0-beta5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
SmylerMC committed Jun 6, 2020
1 parent 06ecee1 commit a4e7c5b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ forge_version = 1.12.2-14.23.5.2847
mcp_mappings = stable_39

# Mod stuff
mod_version = 1.0.0-beta5.1
mod_version = 1.0.0-beta5.2
mod_group = fr.thesmyler.terramap
mod_id = terramap
3 changes: 1 addition & 2 deletions src/main/java/fr/thesmyler/terramap/TerramapMod.java
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
import org.apache.logging.log4j.Logger;

import fr.thesmyler.terramap.caching.CacheManager;
import fr.thesmyler.terramap.command.TerrashowCommand;
import fr.thesmyler.terramap.proxy.TerramapProxy;
import net.minecraftforge.fml.common.Mod;
import net.minecraftforge.fml.common.Mod.EventHandler;
Expand Down Expand Up @@ -68,7 +67,7 @@ public boolean isRemoteCompatible(Map<String, String> remote, Side side) {

@EventHandler
public void onServerStarts(FMLServerStartingEvent event) {
event.registerServerCommand(new TerrashowCommand());
//event.registerServerCommand(new TerrashowCommand());
}


Expand Down

0 comments on commit a4e7c5b

Please sign in to comment.