Hello, I have changed most if not all files on my server to be 12 instead of 8 inventory slots, I have added the new slot ids on both the as3 client and server so communication works correctly but when I drag an item into the 9th-12th slots I get an error in my wServer where it says index was outside the array in InvSwapHandler.cs at line 77 but when i check the file for that line and the origin of the bug I can't find it so I am pretty sure it is something got to do with the as3 client. Any help?
Error:
[19:57:16] [wServer.realm.LogicTicker] System.IndexOutOfRangeException: Index was outside the bounds of the array.
at wServer.networking.handlers.InvSwapHandler.<>c__Di splayClass2_0.<HandlePacket>b__0(RealmTime t) in C:\Users\vyxer\Desktop\Havoc Source\wServer\networking\handlers\InvSwapHandler. cs:line 77
at wServer.realm.LogicTicker.TickLoop() in C:\Users\vyxer\Desktop\Havoc Source\wServer\realm\LogicTicker.cs:line 84
[19:57:26] [wServer.realm.LogicTicker] System.IndexOutOfRangeException: Index was outside the bounds of the array.
at wServer.networking.handlers.InvSwapHandler.<>c__Di splayClass2_0.<HandlePacket>b__0(RealmTime t) in C:\Users\vyxer\Desktop\Havoc Source\wServer\networking\handlers\InvSwapHandler. cs:line 77
at wServer.realm.LogicTicker.TickLoop() in C:\Users\vyxer\Desktop\Havoc Source\wServer\realm\LogicTicker.cs:line 84