mirror of
https://github.com/imayushsaini/Bombsquad-Ballistica-Modded-Server.git
synced 2025-10-20 00:00:39 +00:00
bugs fix
This commit is contained in:
parent
14007f0b0e
commit
e9f6da8a2e
13 changed files with 76 additions and 70 deletions
|
|
@ -70,8 +70,8 @@ class PlayerSpaz(Spaz):
|
|||
self.last_player_held_by: Optional[ba.Player] = None
|
||||
self._player = player
|
||||
self._drive_player_position()
|
||||
import custom_hooks
|
||||
custom_hooks.playerspaz_init(self._player)
|
||||
from spazmod import modifyspaz
|
||||
modifyspaz.main(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