Browse Source

console spam cleanup

Azaezel 8 years ago
parent
commit
4b1e2816a9
1 changed files with 0 additions and 1 deletions
  1. 0 1
      Templates/Full/game/tools/worldEditor/scripts/EditorGui.ed.cs

+ 0 - 1
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
    {