소스 검색

Lets test if commiting works.

nBd 12 년 전
부모
커밋
a690b14fa9
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      L2J_Server_BETA/java/com/l2jserver/gameserver/Announcements.java

+ 0 - 1
L2J_Server_BETA/java/com/l2jserver/gameserver/Announcements.java

@@ -256,7 +256,6 @@ public class Announcements
 			String text = command.substring(lengthToTrim);
 			SingletonHolder._instance.announceToAll(text, isCritical);
 		}
-		
 		// No body cares!
 		catch (StringIndexOutOfBoundsException e)
 		{