Skip to content
This repository has been archived by the owner on Mar 5, 2024. It is now read-only.

Commit

Permalink
*ahem* nothing to see here...
Browse files Browse the repository at this point in the history
  • Loading branch information
PazerOP committed Jul 30, 2020
1 parent 2cbf749 commit f6bc2ac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion submodules/SourceRCON
2 changes: 1 addition & 1 deletion tf2_bot_detector/SetupFlow/TF2CommandLinePage.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ static void OpenTF2(const std::string_view& rconPassword, uint16_t rconPort)
" +contimes 0 +alias contimes" // the text in the top left when developer >= 1
" +ip 0.0.0.0 +alias ip"
" +sv_rcon_whitelist_address 127.0.0.1 +alias sv_rcon_whitelist_address"
" +sv_quota_stringcmdspersecond 10000 +alias sv_quota_stringcmdspersecond"
" +sv_quota_stringcmdspersecond 1000000 +alias sv_quota_stringcmdspersecond"
" +rcon_password " << rconPassword << " +alias rcon_password"
" +hostport " << rconPort << " +alias hostport"
" +alias cl_reload_localization_files" // This command reloads files in backwards order, so any customizations get overwritten by stuff from the base game
Expand Down

0 comments on commit f6bc2ac

Please sign in to comment.