mirror of
https://github.com/Sneed-Group/Poodletooth-iLand
synced 2024-12-24 20:22:33 -06:00
Splash Effect fix
This commit is contained in:
parent
9a4af9c686
commit
c100370140
1 changed files with 1 additions and 0 deletions
|
@ -1200,6 +1200,7 @@ class DistributedToon(DistributedPlayer.DistributedPlayer, Toon.Toon, Distribute
|
||||||
return
|
return
|
||||||
|
|
||||||
def d_playSplashEffect(self, x, y, z):
|
def d_playSplashEffect(self, x, y, z):
|
||||||
|
self.playSplashEffect(x, y, z)
|
||||||
self.sendUpdate('playSplashEffect', [x, y, z])
|
self.sendUpdate('playSplashEffect', [x, y, z])
|
||||||
|
|
||||||
def setTrackAccess(self, trackArray):
|
def setTrackAccess(self, trackArray):
|
||||||
|
|
Loading…
Reference in a new issue