aboutsummaryrefslogtreecommitdiff
path: root/src/main
diff options
context:
space:
mode:
authorTec <daniel112092@gmail.com>2019-07-16 12:14:14 +0200
committerTec <daniel112092@gmail.com>2019-07-16 12:14:14 +0200
commitba2ebe760a7000b058ef504505d73aabefc6a576 (patch)
treedd0f910d25ccff97f40d5257a00901aea2e58438 /src/main
parentb2d44dfbbb714fcb30a526a20405e9436855a233 (diff)
downloadGT5-Unofficial-ba2ebe760a7000b058ef504505d73aabefc6a576.tar.gz
GT5-Unofficial-ba2ebe760a7000b058ef504505d73aabefc6a576.tar.bz2
GT5-Unofficial-ba2ebe760a7000b058ef504505d73aabefc6a576.zip
Change Cancer Command
Diffstat (limited to 'src/main')
-rw-r--r--src/main/java/com/github/technus/tectech/mechanics/anomaly/CancerCommand.java (renamed from src/main/java/com/github/technus/tectech/mechanics/commands/CancerCommand.java)7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/main/java/com/github/technus/tectech/mechanics/commands/CancerCommand.java b/src/main/java/com/github/technus/tectech/mechanics/anomaly/CancerCommand.java
index 64caeb1caf..c19cca64d5 100644
--- a/src/main/java/com/github/technus/tectech/mechanics/commands/CancerCommand.java
+++ b/src/main/java/com/github/technus/tectech/mechanics/anomaly/CancerCommand.java
@@ -1,4 +1,4 @@
-package com.github.technus.tectech.mechanics.commands;
+package com.github.technus.tectech.mechanics.anomaly;
import com.github.technus.tectech.TecTech;
import com.github.technus.tectech.loader.NetworkDispatcher;
@@ -18,7 +18,10 @@ public class CancerCommand implements ICommand {
ArrayList<String> aliases=new ArrayList<>();
public CancerCommand(){
+ aliases.add("cancer_EM");
aliases.add("cancer");
+ aliases.add("sanser");
+ aliases.add("sancer");
}
@Override
@@ -69,7 +72,7 @@ public class CancerCommand implements ICommand {
@Override
public String getCommandUsage(ICommandSender p_71518_1_) {
- return "cancer [Amount 0.0-2.0]";
+ return "cancer_EM [Amount 0.0-2.0]";
}
@Override