mirror of
https://github.com/JezuzLizard/Recompilable-gscs-for-BO2-zombies-and-multiplayer.git
synced 2025-06-10 10:47:58 -05:00
replaced several isdefined( condition ) && condition with is_true()
Also added the corresponding include if it was missing.
This commit is contained in:
@ -13,7 +13,7 @@ createstruct() //checked matches cerberus output
|
||||
|
||||
findstruct( position ) //checked changed to match cerberus output see info.md
|
||||
{
|
||||
foreach ( _ in level.struct_class_names )
|
||||
foreach ( key in level.struct_class_names )
|
||||
{
|
||||
foreach ( s_array in level.struct_class_names[ key ] )
|
||||
{
|
||||
|
Reference in New Issue
Block a user