소스 검색

console spam cleanup

Azaezel 8 년 전
부모
커밋
4b1e2816a9
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  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
    {