aboutsummaryrefslogtreecommitdiff
path: root/Northstar.CustomServers/mod
diff options
context:
space:
mode:
Diffstat (limited to 'Northstar.CustomServers/mod')
-rw-r--r--Northstar.CustomServers/mod/scripts/vscripts/gamemodes/_gamemode_fd.nut2
1 files changed, 2 insertions, 0 deletions
diff --git a/Northstar.CustomServers/mod/scripts/vscripts/gamemodes/_gamemode_fd.nut b/Northstar.CustomServers/mod/scripts/vscripts/gamemodes/_gamemode_fd.nut
index ec765763..c9ae57b4 100644
--- a/Northstar.CustomServers/mod/scripts/vscripts/gamemodes/_gamemode_fd.nut
+++ b/Northstar.CustomServers/mod/scripts/vscripts/gamemodes/_gamemode_fd.nut
@@ -98,6 +98,8 @@ void function FD_PlayerRespawnCallback(entity player)
{
if(player in file.players)
file.players[player].lastRespawn = Time()
+
+ Highlight_SetFriendlyHighlight( player, "sp_friendly_hero" )
}
void function FD_TeamReserveDepositOrWithdrawCallback(entity player, string action,int amount)