From c100370140a1099c7430f9af29ddfae514f39ce8 Mon Sep 17 00:00:00 2001 From: John Date: Sun, 24 May 2015 18:03:46 +0300 Subject: [PATCH] Splash Effect fix --- toontown/toon/DistributedToon.py | 1 + 1 file changed, 1 insertion(+) diff --git a/toontown/toon/DistributedToon.py b/toontown/toon/DistributedToon.py index e06460ec..822ec622 100644 --- a/toontown/toon/DistributedToon.py +++ b/toontown/toon/DistributedToon.py @@ -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):