mirror of
https://github.com/JezuzLizard/Public-BO2-Mods.git
synced 2025-06-07 18:47:59 -05:00
fixed some simple syntax errors
I forgot to compile the mod to test before I uploaded it to the github oof
This commit is contained in:
parent
7b6cdcbc37
commit
c1abbf3b5b
@ -207,7 +207,7 @@ checks()
|
|||||||
level.start_weapon = "m1911_zm";
|
level.start_weapon = "m1911_zm";
|
||||||
if ( level.script == "zm_tomb" )
|
if ( level.script == "zm_tomb" )
|
||||||
{
|
{
|
||||||
level.start_weapon == "c96_zm";
|
level.start_weapon = "c96_zm";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if ( level.default_laststandpistol == "" )
|
if ( level.default_laststandpistol == "" )
|
||||||
@ -215,7 +215,7 @@ checks()
|
|||||||
level.default_laststandpistol = "m1911_zm";
|
level.default_laststandpistol = "m1911_zm";
|
||||||
if ( level.script == "zm_tomb" )
|
if ( level.script == "zm_tomb" )
|
||||||
{
|
{
|
||||||
level.default_laststandpistol == "c96_zm";
|
level.default_laststandpistol = "c96_zm";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if ( level.default_solo_laststandpistol == "" )
|
if ( level.default_solo_laststandpistol == "" )
|
||||||
@ -223,7 +223,7 @@ checks()
|
|||||||
level.default_solo_laststandpistol = "m1911_upgraded_zm";
|
level.default_solo_laststandpistol = "m1911_upgraded_zm";
|
||||||
if ( level.script == "zm_tomb" )
|
if ( level.script == "zm_tomb" )
|
||||||
{
|
{
|
||||||
level.default_solo_laststandpistol == "c96_upgraded_zm";
|
level.default_solo_laststandpistol = "c96_upgraded_zm";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user