Added names for multiplayer

This commit is contained in:
Anuken
2018-01-02 22:31:12 -05:00
parent 2c056cbdda
commit 086652a9dc
6 changed files with 30 additions and 3 deletions
@@ -97,7 +97,7 @@ public class Player extends DestructibleEntity implements Syncable{
String part = isAndroid ? "ship" : "mech";
if(Vars.snapCamera && Settings.getBool("smoothcam") && Settings.getBool("pixelate")){
if(Vars.snapCamera && Settings.getBool("smoothcam") && Settings.getBool("pixelate") && isLocal){
Draw.rect(part+"-"+mech.name(), (int)x, (int)y, angle-90);
}else{
Draw.rect(part+"-"+mech.name(), x, y, angle-90);