diff options
author | zxcPandora <81985226+zxcPandora@users.noreply.github.com> | 2022-02-15 12:14:36 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-15 01:14:36 -0300 |
commit | bca681c6e7b2b281a234d1ee9cbd671f97e45cb6 (patch) | |
tree | 5726d64e49464eab957a8e436eb0fd4b094db033 /Northstar.CustomServers/mod/scripts/vscripts/_utility.gnut | |
parent | 2ca90c09e1b4f3718a6a8add8e4efa75258015ba (diff) | |
download | NorthstarMods-bca681c6e7b2b281a234d1ee9cbd671f97e45cb6.tar.gz NorthstarMods-bca681c6e7b2b281a234d1ee9cbd671f97e45cb6.zip |
Add respawn protection match setting (#167)
Diffstat (limited to 'Northstar.CustomServers/mod/scripts/vscripts/_utility.gnut')
-rw-r--r-- | Northstar.CustomServers/mod/scripts/vscripts/_utility.gnut | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Northstar.CustomServers/mod/scripts/vscripts/_utility.gnut b/Northstar.CustomServers/mod/scripts/vscripts/_utility.gnut index 59bba002..1644afd9 100644 --- a/Northstar.CustomServers/mod/scripts/vscripts/_utility.gnut +++ b/Northstar.CustomServers/mod/scripts/vscripts/_utility.gnut @@ -4401,4 +4401,4 @@ bool function PlayerHasTitan( entity player ) return true return false -} +}
\ No newline at end of file |