Server side prop control

This commit is contained in:
Sardelka
2022-07-02 17:14:56 +08:00
parent 335ea2ca38
commit d8ac486984
22 changed files with 392 additions and 112 deletions

View File

@ -37,7 +37,7 @@ namespace RageCoop.Client
IsValid=false;
}
ShooterID=shooter.ID;
IsMine=shooter.IsMine;
IsMine=shooter.IsLocal;
}
}