fix NameTags

This commit is contained in:
kookroach
2021-04-04 18:52:53 +02:00
parent 32b4e8b13d
commit d9a292b829
3 changed files with 13 additions and 17 deletions

View File

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