diff options
| author | Techlone <techlone.mc@gmail.com> | 2017-06-01 00:02:13 +0500 |
|---|---|---|
| committer | Techlone <techlone.mc@gmail.com> | 2017-06-01 00:02:13 +0500 |
| commit | 19f70748971c556fa4d1d0dbd930e8d90b413c47 (patch) | |
| tree | 51f946bb290a4b8ce448f04f6cbc48d830420950 /src/main/java/gregtech/common/covers | |
| parent | b187410005771f1762f3bb5c94c0c5cd26dd06db (diff) | |
| parent | f19e920925aa5c85ec32e7e4b6e17588528eb3e3 (diff) | |
| download | GT5-Unofficial-19f70748971c556fa4d1d0dbd930e8d90b413c47.tar.gz GT5-Unofficial-19f70748971c556fa4d1d0dbd930e8d90b413c47.tar.bz2 GT5-Unofficial-19f70748971c556fa4d1d0dbd930e8d90b413c47.zip | |
Merge branch 'unstable' into advminer2_improvements
Diffstat (limited to 'src/main/java/gregtech/common/covers')
| -rw-r--r-- | src/main/java/gregtech/common/covers/GT_Cover_PlayerDetector.java | 4 |
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 9c61f4feee..d76a05117b 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, "Emit if any Player is close"); break; - case 1: GT_Utility.sendChatToPlayer(aPlayer, "Emit if you are close"); break; - case 2: GT_Utility.sendChatToPlayer(aPlayer, "Emit if other player is close"); break; + case 1: GT_Utility.sendChatToPlayer(aPlayer, "Emit if other player is close"); break; + case 2: GT_Utility.sendChatToPlayer(aPlayer, "Emit if you are close"); break; } return aCoverVariable; } |
