Splash Effect fix

This commit is contained in:
John 2015-05-24 18:03:46 +03:00
parent 35b646c4e6
commit 64b1f372a8

View file

@ -1200,6 +1200,7 @@ class DistributedToon(DistributedPlayer.DistributedPlayer, Toon.Toon, Distribute
return
def d_playSplashEffect(self, x, y, z):
self.playSplashEffect(x, y, z)
self.sendUpdate('playSplashEffect', [x, y, z])
def setTrackAccess(self, trackArray):