From 4b1e2816a92bc7665ba35cde7ec95e75f9a52aed Mon Sep 17 00:00:00 2001 From: Azaezel Date: Wed, 22 Feb 2017 16:51:50 -0600 Subject: [PATCH] console spam cleanup --- Templates/Full/game/tools/worldEditor/scripts/EditorGui.ed.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/Templates/Full/game/tools/worldEditor/scripts/EditorGui.ed.cs b/Templates/Full/game/tools/worldEditor/scripts/EditorGui.ed.cs index 983d88729..bc1905292 100644 --- a/Templates/Full/game/tools/worldEditor/scripts/EditorGui.ed.cs +++ b/Templates/Full/game/tools/worldEditor/scripts/EditorGui.ed.cs @@ -2464,7 +2464,6 @@ function toggleSnappingOptions( %var ) { EWorldEditor.UseGroupCenter = !EWorldEditor.UseGroupCenter; ESnapOptions->GroupSnapButton.setStateOn(EWorldEditor.UseGroupCenter); - error(EWorldEditor.UseGroupCenter); } else {