Nametag fix ?

This commit is contained in:
kookroach
2021-04-04 18:29:22 +02:00
parent e30dd04ff0
commit 7515ad5645
3 changed files with 14 additions and 14 deletions

View File

@@ -53,6 +53,7 @@ interface IPlayer extends IEntity {
inVehicle: boolean;
name: string;
vehicle: IVehicle;
nametagColor: number[];
}
interface IObject extends IEntity {