瀏覽代碼

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);
 			String text = command.substring(lengthToTrim);
 			SingletonHolder._instance.announceToAll(text, isCritical);
 			SingletonHolder._instance.announceToAll(text, isCritical);
 		}
 		}
-		
 		// No body cares!
 		// No body cares!
 		catch (StringIndexOutOfBoundsException e)
 		catch (StringIndexOutOfBoundsException e)
 		{
 		{