forked from Source2ZE/CS2Fixes
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Added missing header files to VS project files - Added missing map vote cvars to cs2fixes.cfg - Made config file formatting consistent - Some code cleanup in c_http debug command - Fixed memdbgon.h not being last include in events.cpp - Fixed !setnextmap not having correct admin flag - Switched to simpler CON_COMMAND_CHAT macro for most map vote commands
- Loading branch information
Showing
8 changed files
with
40 additions
and
38 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,18 @@ | ||
"Maplist" | ||
{ | ||
"ze_my_first_ze_map" | ||
{ | ||
"workshop_id" "123" | ||
"enabled" "1" | ||
} | ||
"ze_my_second_ze_map" | ||
{ | ||
"workshop_id" "456" | ||
"enabled" "1" | ||
} | ||
"ze_my_thirdd_ze_map" | ||
{ | ||
"workshop_id" "789" | ||
"enabled" "1" | ||
} | ||
"ze_my_first_ze_map" | ||
{ | ||
"workshop_id" "123" | ||
"enabled" "1" | ||
} | ||
"ze_my_second_ze_map" | ||
{ | ||
"workshop_id" "456" | ||
"enabled" "1" | ||
} | ||
"ze_my_thirdd_ze_map" | ||
{ | ||
"workshop_id" "789" | ||
"enabled" "1" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters