aboutsummaryrefslogtreecommitdiff
path: root/src/main/java
diff options
context:
space:
mode:
authorAntifluxfield <lyj_299792458@163.com>2017-06-29 15:45:47 +0800
committerGitHub <noreply@github.com>2017-06-29 15:45:47 +0800
commitb4e92ac2242e6dcd4a984ed1a065b1ec9db7bedb (patch)
treee817b484cceee2a41d6f1145982401949d4b4fbd /src/main/java
parent241c73e29586116b6b97fe6a6dc9fd052fcca94f (diff)
downloadGT5-Unofficial-b4e92ac2242e6dcd4a984ed1a065b1ec9db7bedb.tar.gz
GT5-Unofficial-b4e92ac2242e6dcd4a984ed1a065b1ec9db7bedb.tar.bz2
GT5-Unofficial-b4e92ac2242e6dcd4a984ed1a065b1ec9db7bedb.zip
Revert the commit
Diffstat (limited to 'src/main/java')
-rw-r--r--src/main/java/gregtech/common/covers/GT_Cover_PlayerDetector.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main/java/gregtech/common/covers/GT_Cover_PlayerDetector.java b/src/main/java/gregtech/common/covers/GT_Cover_PlayerDetector.java
index bbafe1be99..9e6c764170 100644
--- a/src/main/java/gregtech/common/covers/GT_Cover_PlayerDetector.java
+++ b/src/main/java/gregtech/common/covers/GT_Cover_PlayerDetector.java
@@ -57,8 +57,8 @@ public class GT_Cover_PlayerDetector extends GT_CoverBehavior {
if(aCoverVariable <0){aCoverVariable = 2;}
switch(aCoverVariable) {
case 0: GT_Utility.sendChatToPlayer(aPlayer, trans("068", "Emit if any Player is close")); break;
- case 2: GT_Utility.sendChatToPlayer(aPlayer, trans("069", "Emit if other Player is close")); break;
- case 1: GT_Utility.sendChatToPlayer(aPlayer, trans("070", "Emit if you are close")); break;
+ case 1: GT_Utility.sendChatToPlayer(aPlayer, trans("069", "Emit if other Player is close")); break;
+ case 2: GT_Utility.sendChatToPlayer(aPlayer, trans("070", "Emit if you are close")); break;
}
return aCoverVariable;
}