Text-Fighter
Text-Fighter copied to clipboard
Array access in Cheats.java: weaponstash causes index out of bounds error.
Currently, when giving the player more ammo using the cheat weaponstash, the weapon array is accessed with the index equal to the size of the array, causing an off-by-one out of bounds error.