We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug Array index out-of-bounds
L 08/24/2024 - 17:26:01: [SM] Exception reported: Array index out-of-bounds (index 9, limit 9) L 08/24/2024 - 17:26:01: [SM] Blaming: tf2itemplugin_cosmetics.smx L 08/24/2024 - 17:26:01: [SM] Call stack trace: L 08/24/2024 - 17:26:01: [SM] [1] Line 812, tf2itemplugin\tf2itemplugin_cosmetics_base.sp::TF2Items_OnGiveNamedItem L 08/24/2024 - 17:26:01: [SM] [3] TF2_RegeneratePlayer L 08/24/2024 - 17:26:01: [SM] [4] Line 2418, addons/sourcemod/scripting/mge.sp::ResetPlayer L 08/24/2024 - 17:26:01: [SM] [5] Line 4946, addons/sourcemod/scripting/mge.sp::Timer_ResetPlayer
To Reproduce Steps to reproduce the behavior:
MAX_CLASSES = 9
enum TFClassType { TFClass_Unknown = 0, TFClass_Scout, TFClass_Sniper, TFClass_Soldier, TFClass_DemoMan, TFClass_Medic, TFClass_Heavy, TFClass_Pyro, TFClass_Spy, TFClass_Engineer };
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
Array index out-of-bounds
To Reproduce
Steps to reproduce the behavior:
MAX_CLASSES = 9
The text was updated successfully, but these errors were encountered: