diff options
Diffstat (limited to 'Northstar.CustomServers/mod/scripts')
-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 423e2ce6..639ab980 100644 --- a/Northstar.CustomServers/mod/scripts/vscripts/gamemodes/_gamemode_fd.nut +++ b/Northstar.CustomServers/mod/scripts/vscripts/gamemodes/_gamemode_fd.nut @@ -1229,7 +1229,7 @@ string function GetAiNetIdFromTargetName( string targetName ) case "drone": return "FD_AICount_Drone" case "cloakedDrone": - case "Cloaked Drone": + case "Cloak Drone": return "FD_AICount_Drone_Cloak" case "tick": return "FD_AICount_Ticks" |