mirror of
https://github.com/Mauler125/r5sdk.git
synced 2025-02-09 19:15:03 +01:00
* Added ability to invert rect to calculate offsets from bottom/right as well so debug text doesn't get out of view, or obstruct view when window is resized. * Added Con_NPrintf() hook which shows detailed systems running times and VGUI panel debug information.
8 lines
273 B
INI
8 lines
273 B
INI
/////////////////////// server configuration file.
|
|
// This file is executed automatically on startup.
|
|
|
|
//////////////////////////
|
|
//// SERVER ////
|
|
//////////////////////////
|
|
sv_requireOriginToken "0" // Enables origin token verification on the server
|