mirror of
https://github.com/Mauler125/r5sdk.git
synced 2025-02-09 19:15:03 +01:00
* Run autoexec(_dev).cfg before anything else. * Always initialize RCON (only gets ran if an actual password is set). * Removed 'Cbuf_Execute()' call from 'CHostState::LoadConfig', let it run in the frame loop instead. * Removed hardcoded set call for 'net_usesocketsforloopback', will be set in autoexec from now on.
6 lines
242 B
INI
6 lines
242 B
INI
//////////////////////////
|
|
//// REPLICATED ////
|
|
//////////////////////////
|
|
mp_allowed "1" // Whether multiplayer is allowed or not.
|
|
net_usesocketsforloopback "1" // Whether to use network sockets layer for packets.
|