mirror of
https://github.com/imayushsaini/Bombsquad-Ballistica-Modded-Server.git
synced 2026-08-15 13:04:30 +00:00
rollback playerspaz hook
This commit is contained in:
parent
c177627e32
commit
dedee3c5b7
1 changed files with 2 additions and 1 deletions
|
|
@ -72,7 +72,8 @@ class PlayerSpaz(Spaz):
|
|||
self._player = player
|
||||
self._drive_player_position()
|
||||
|
||||
modifyspaz.main(self, self.node, self._player)
|
||||
import custom_hooks
|
||||
custom_hooks.playerspaz_init(self, self.node, self._player)
|
||||
|
||||
# Overloads to tell the type system our return type based on doraise val.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue