mirror of
https://github.com/ineedbots/iw4_bot_warfare.git
synced 2025-04-22 22:05:44 +00:00
oops
This commit is contained in:
parent
e3ca44a107
commit
69a2f43084
@ -55,9 +55,9 @@ onBotGivenLoadout()
|
|||||||
|
|
||||||
// make into sniper model
|
// make into sniper model
|
||||||
if ( level.environment != "" )
|
if ( level.environment != "" )
|
||||||
self [[game[team+"_model"]["GHILLIE"]]]();
|
self [[game[self.team+"_model"]["GHILLIE"]]]();
|
||||||
else
|
else
|
||||||
self [[game[team+"_model"]["SNIPER"]]]();
|
self [[game[self.team+"_model"]["SNIPER"]]]();
|
||||||
// reset the bot anim model
|
// reset the bot anim model
|
||||||
self maps\mp\bots\_bot_internal::botsDeleteFakeAnim();
|
self maps\mp\bots\_bot_internal::botsDeleteFakeAnim();
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user