Update dtChatCmdGame.cs

This commit is contained in:
ChocoTaco 2019-10-08 18:32:45 -04:00
parent af45060bb9
commit eb52b3f5d2

View file

@ -947,7 +947,7 @@ function explodeFirework(%position, %id)
velocity = "1";
};
echo(%emitter.position);
//echo(%emitter.position);
serverPlay3d(dtFireworksSound, %emitter.position);
MissionCleanup.add(%emitter);
%emitter.schedule(1250, "delete");