mirror of
https://github.com/2006-Scape/2006Scape.git
synced 2026-07-04 00:31:54 +00:00
Fix banking packet exploit, & setup for a future of preventing packet exploits
This commit is contained in:
@@ -1080,7 +1080,7 @@ public class ObjectsActions {
|
||||
}
|
||||
break;
|
||||
|
||||
case 9299:
|
||||
case 9299: //Lumbridge squeeze-through fence
|
||||
if (player.absX == 3240) {
|
||||
if (player.absY == 3191) {
|
||||
player.getPlayerAssistant().walkTo(0, -1);
|
||||
|
||||
Reference in New Issue
Block a user