diff --git a/Classic/scripts/dtChatCmdGame.cs b/Classic/scripts/dtChatCmdGame.cs index 533dbf3..04b80ea 100644 --- a/Classic/scripts/dtChatCmdGame.cs +++ b/Classic/scripts/dtChatCmdGame.cs @@ -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");