diff options
author | Jack <66967891+ASpoonPlaysGames@users.noreply.github.com> | 2023-02-19 16:05:36 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-02-19 17:05:36 +0100 |
commit | dd457ef265f440bbcb4ff6f07bfc76ea1661d40b (patch) | |
tree | 2c899b483c9f788133fab9ea71cadc42bf1d40e9 /Northstar.CustomServers/mod/scripts/vscripts/mp/levels | |
parent | b65bfb6bc2ed910397c4832cd5a0a86f23dc84a2 (diff) | |
download | NorthstarMods-dd457ef265f440bbcb4ff6f07bfc76ea1661d40b.tar.gz NorthstarMods-dd457ef265f440bbcb4ff6f07bfc76ea1661d40b.zip |
[FD] Properly initialise mp_thaw.nut (#592)
make map init function global
Diffstat (limited to 'Northstar.CustomServers/mod/scripts/vscripts/mp/levels')
-rw-r--r-- | Northstar.CustomServers/mod/scripts/vscripts/mp/levels/mp_thaw.nut | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Northstar.CustomServers/mod/scripts/vscripts/mp/levels/mp_thaw.nut b/Northstar.CustomServers/mod/scripts/vscripts/mp/levels/mp_thaw.nut index 3441fc60..e6eb493d 100644 --- a/Northstar.CustomServers/mod/scripts/vscripts/mp/levels/mp_thaw.nut +++ b/Northstar.CustomServers/mod/scripts/vscripts/mp/levels/mp_thaw.nut @@ -1,3 +1,5 @@ +global function CodeCallback_MapInit + void function CodeCallback_MapInit() { // Load Frontier Defense Data |