This commit is contained in:
Fesiug 2023-10-22 00:38:39 -04:00
parent 447bb603c1
commit 6ff235bba8
1 changed files with 1 additions and 0 deletions

View File

@ -23,6 +23,7 @@ PLAYER.AvoidPlayers = true
PLAYER.UseVMHands = true
function PLAYER:SetupDataTables()
self.Player:NetworkVar( "Bool", 0, "Shoulder" )
end
player_manager.RegisterClass( "player_benny", PLAYER, "player_default" )