aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/gregtech
diff options
context:
space:
mode:
authorAntifluxfield <lyj_299792458@163.com>2017-06-29 03:59:45 +0800
committerGitHub <noreply@github.com>2017-06-29 03:59:45 +0800
commit241c73e29586116b6b97fe6a6dc9fd052fcca94f (patch)
tree008d1322e43b692500688bf61b8acc52b9d59378 /src/main/java/gregtech
parent477e2b5a6d8b76fd74e74f7a48f0e19b846098b2 (diff)
downloadGT5-Unofficial-241c73e29586116b6b97fe6a6dc9fd052fcca94f.tar.gz
GT5-Unofficial-241c73e29586116b6b97fe6a6dc9fd052fcca94f.tar.bz2
GT5-Unofficial-241c73e29586116b6b97fe6a6dc9fd052fcca94f.zip
Change Back the message
Something I've done wrong...
Diffstat (limited to 'src/main/java/gregtech')
-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 9e6c764170..bbafe1be99 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 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;
+ 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;
}
return aCoverVariable;
}