Fixing up few more stuff.

This commit is contained in:
Vishal 2024-05-20 05:13:40 +05:30 committed by GitHub
parent 5cf2636139
commit d52e8d6779
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -248,9 +248,7 @@ class AssaultGame(bs.TeamGameActivity[Player, Team]):
# A simple hack to work around the chaos caused by
# any sticky bomb's sticky material, if present and
# is sticking to the players.
player.actor.handlemessage(
bs.StandMessage(new_pos, random_num)
)
self._teleport(player, new_pos, random_num)
bs.timer(0.01, bs.Call(
self._teleport,
player,