Secret Experience

Secret Experience (https://secretexperience.net/index.php)
-   [Lineage] Java Mods (https://secretexperience.net/forumdisplay.php?f=636)
-   -   [L2JServer] Anti Critical Error (https://secretexperience.net/showthread.php?t=33133)

allanalcantara 30-10-2011 03:12 AM

Anti Critical Error
 
Mais outro mod bem simples. pra vocês.

Abraços.

um Ant Critical Error!

Código:

--- trunk/L2J-Mack_IL/L2J-Mack_GameServer/java/com/l2dot/gameserver/network/clientpackets/Say2.java (revision 5)
+++ trunk/L2J-Mack_IL/L2J-Mack_GameServer/java/com/l2dot/gameserver/network/clientpackets/Say2.java (revision 17)
@@ -121,7 +121,13 @@
                        _log.warning("[Say2.java] Active Character is null.");
                        return;
                }
-       
+
+        if (_text.length() >= 100)
+        {
+                _log.warning("Say2: Max input exceeded.");
+                return;
+        }
+
                if (_text.length() > 100)
                {
                  _log.info("PHX usage attempt!" + activeChar.getName() + "try to use phx critical exploit! BAN this player!");



Horários baseados na GMT -3. Agora são 12:28 AM.

Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2026, Jelsoft Enterprises Ltd.