diff options
author | BobTheBob <32057864+BobTheBob9@users.noreply.github.com> | 2021-12-31 21:36:05 +0000 |
---|---|---|
committer | BobTheBob <32057864+BobTheBob9@users.noreply.github.com> | 2021-12-31 21:36:05 +0000 |
commit | fc12c0e01efd8cefc4cf0a81160b58b3a11b96ec (patch) | |
tree | 3f43535d343f4dfe14c2a8232265c83984e94b75 /Northstar.CustomServers/mod/scripts/vscripts/gamemodes | |
parent | 2b9a541cf6fadfb16e934268c8e1c8b2069a1fc2 (diff) | |
download | NorthstarMods-fc12c0e01efd8cefc4cf0a81160b58b3a11b96ec.tar.gz NorthstarMods-fc12c0e01efd8cefc4cf0a81160b58b3a11b96ec.zip |
add fd boost shop boosts
Diffstat (limited to 'Northstar.CustomServers/mod/scripts/vscripts/gamemodes')
-rw-r--r-- | Northstar.CustomServers/mod/scripts/vscripts/gamemodes/_gamemode_fd.nut | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Northstar.CustomServers/mod/scripts/vscripts/gamemodes/_gamemode_fd.nut b/Northstar.CustomServers/mod/scripts/vscripts/gamemodes/_gamemode_fd.nut index b5f700e5..8a6b8bf0 100644 --- a/Northstar.CustomServers/mod/scripts/vscripts/gamemodes/_gamemode_fd.nut +++ b/Northstar.CustomServers/mod/scripts/vscripts/gamemodes/_gamemode_fd.nut @@ -3,7 +3,7 @@ global function RateSpawnpoints_FD void function GamemodeFD_Init() { - + PrecacheModel( MODEL_ATTRITION_BANK ) } void function RateSpawnpoints_FD(int _0, array<entity> _1, int _2, entity _3) |