Skip to content

Commit

Permalink
Remove support for old plugin version
Browse files Browse the repository at this point in the history
  • Loading branch information
UnrealKaraulov committed Jun 5, 2024
1 parent 6552973 commit 37e2269
Show file tree
Hide file tree
Showing 2 changed files with 149 additions and 127 deletions.
2 changes: 1 addition & 1 deletion PLUGIN/plugin.sma
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ public fw_PlaybackEvent( iFlags, id, eventIndex )
if (floatabs(get_gametime() - g_flLastEventTime[id]) > 1.0)
{
g_flLastEventTime[id] = get_gametime();
WriteDemoInfo(id, "UDS/EVENT/%i", eventIndex);
WriteDemoInfo(id, "UDS/XEVENT/%i", eventIndex);
}
}

Expand Down
Loading

0 comments on commit 37e2269

Please sign in to comment.