This commit is contained in:
Anuken
2020-01-11 12:57:21 -05:00
parent 7437100c96
commit 6d30840eb1
2 changed files with 2 additions and 3 deletions
@@ -762,7 +762,6 @@ public class Player extends Unit implements BuilderMinerTrait, ShooterTrait{
public void sendMessage(String text){
if(isLocal){
if(Vars.ui != null){
Log.info("add " + text);
Vars.ui.chatfrag.addMessage(text, null);
}
}else{