Skip to content

Commit

Permalink
Remove unused map_name property
Browse files Browse the repository at this point in the history
  • Loading branch information
nickdnk committed Mar 20, 2023
1 parent ffec0b6 commit 4ee6d60
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 9 deletions.
2 changes: 0 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,6 @@ details.
"event": "round_end",
"matchid": "29844",
"map_number": 0,
"map_name": "de_dust2",
"round_number": 21,
"round_time": 34944,
"reason": 8,
Expand All @@ -136,7 +135,6 @@ details.
"event": "round_end",
"matchid": "29844",
"map_number": 0,
"map_name": "de_dust2",
"round_number": 21,
"round_time": 34944,
"reason": 8,
Expand Down
7 changes: 0 additions & 7 deletions scripting/include/get5.inc
Original file line number Diff line number Diff line change
Expand Up @@ -984,13 +984,6 @@ methodmap Get5MatchTeamEvent < Get5MatchEvent {

methodmap Get5MapEvent < Get5MatchEvent {

public bool SetMapName(const char[] map) {
return this.SetString("map_name", map);
}
public bool GetMapName(char[] buffer, const int maxSize) {
return this.GetString("map_name", buffer, maxSize);
}

property int MapNumber {
public get() {
return this.GetInt("map_number");
Expand Down

0 comments on commit 4ee6d60

Please sign in to comment.