aboutsummaryrefslogtreecommitdiff
path: root/Northstar.CustomServers/mod/scripts/vscripts/conversation/_spectre_chatter_mp.gnut
diff options
context:
space:
mode:
authorBobTheBob <32057864+BobTheBob9@users.noreply.github.com>2022-01-12 01:47:49 +0000
committerBobTheBob <32057864+BobTheBob9@users.noreply.github.com>2022-01-12 01:47:49 +0000
commit24b9bfc941fcd84604d040443cc65f70602d920b (patch)
tree9eac2d3e01c01de8e4ae502d741f6bd06e5489ea /Northstar.CustomServers/mod/scripts/vscripts/conversation/_spectre_chatter_mp.gnut
parent7dedffbf358edb4d3b9222c41b3d61b50d8a4e64 (diff)
downloadNorthstarMods-24b9bfc941fcd84604d040443cc65f70602d920b.tar.gz
NorthstarMods-24b9bfc941fcd84604d040443cc65f70602d920b.zip
fix pilot voices
Diffstat (limited to 'Northstar.CustomServers/mod/scripts/vscripts/conversation/_spectre_chatter_mp.gnut')
-rw-r--r--Northstar.CustomServers/mod/scripts/vscripts/conversation/_spectre_chatter_mp.gnut2
1 files changed, 1 insertions, 1 deletions
diff --git a/Northstar.CustomServers/mod/scripts/vscripts/conversation/_spectre_chatter_mp.gnut b/Northstar.CustomServers/mod/scripts/vscripts/conversation/_spectre_chatter_mp.gnut
index 2f9e0f844..74ba53714 100644
--- a/Northstar.CustomServers/mod/scripts/vscripts/conversation/_spectre_chatter_mp.gnut
+++ b/Northstar.CustomServers/mod/scripts/vscripts/conversation/_spectre_chatter_mp.gnut
@@ -14,5 +14,5 @@ void function PlaySpectreChatterMPLine( entity spectre, string conversationType
foreach ( entity player in GetPlayerArray() )
if ( ShouldPlaySpectreChatterMPLine( conversationType, player, spectre ) )
- Remote_CallFunction_NonReplay( player, "ServerCallback_PlaySpectreChatterMP", GetConversationIndex( conversationType ), spectre.GetEncodedEHandle() )
+ Remote_CallFunction_Replay( player, "ServerCallback_PlaySpectreChatterMP", GetConversationIndex( conversationType ), spectre.GetEncodedEHandle() )
} \ No newline at end of file