a revelation

This commit is contained in:
Anuken
2020-01-11 23:41:12 -05:00
19 changed files with 355 additions and 280 deletions

View File

@@ -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{