nametags debug
This commit is contained in:
@@ -72,7 +72,8 @@ class RagePlayer extends RageEntity implements IPlayer {
|
||||
}
|
||||
|
||||
get nametagColor(): number {
|
||||
var color = this.player.getVariable("nametagColor");
|
||||
var color = this.player.getVariable("nameTagColor");
|
||||
game.ui.sendChatMessage(`player = ${this.player.name} - color = ${color}`);
|
||||
if (!color)
|
||||
return 0;
|
||||
return color;
|
||||
|
||||
Reference in New Issue
Block a user