mirror of
https://github.com/Mauler125/r5sdk.git
synced 2025-02-09 19:15:03 +01:00
13 lines
479 B
INI
13 lines
479 B
INI
/////////////////////// client configuration file.
|
|
// This file is executed automatically on startup.
|
|
|
|
//////////////////////////
|
|
//// CLIENT ////
|
|
//////////////////////////
|
|
cl_noTimeoutLocalHost "0" // Do not time-out on local connections.
|
|
|
|
//////////////////////////
|
|
//// PLATFORM ////
|
|
//////////////////////////
|
|
origin_disconnectWhenOffline "0" // Whether the client disconnect itself from the server if Origin is offline.
|