From eb52b3f5d2ce970a01ea14d282de6ff9a9bcf64e Mon Sep 17 00:00:00 2001 From: ChocoTaco Date: Tue, 8 Oct 2019 18:32:45 -0400 Subject: [PATCH] Update dtChatCmdGame.cs --- Classic/scripts/dtChatCmdGame.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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");