Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion scripting/include/get5.inc
Original file line number Diff line number Diff line change
Expand Up @@ -1729,7 +1729,7 @@ stock void ConvertBombSiteToStringInJson(const JSON_Object obj, const char[] key
}

// Called each get5-event with JSON formatted event text.
forward void Get5_OnEvent(const Get5Event, const char[] eventJson);
forward void Get5_OnEvent(Get5Event event, const char[] eventJson);
Comment thread
y0hami marked this conversation as resolved.
Outdated

// Called when a series is first setup.
// Note: Do not rely on the state of any cvars at this point.
Expand Down