diff options
author | Paweł Redman <pawel.redman@gmail.com> | 2017-04-16 21:07:23 +0200 |
---|---|---|
committer | Paweł Redman <pawel.redman@gmail.com> | 2017-04-18 01:14:59 +0200 |
commit | 5b1432ceacc84de2abfb4cfd0e6c040ab5cb9491 (patch) | |
tree | 465613461078c2060236ab8ff7b8428da23870fe /src/game/g_local.h | |
parent | 259c996ebe14cdb52e4a47149ce6c33dbeffa4d3 (diff) |
The Autobahn system.
This commit adds two important things:
* Automatically dropping a player if their score is too low.
* Restricting a player while waiting for a reply from Schachtmeister.
Diffstat (limited to 'src/game/g_local.h')
-rw-r--r-- | src/game/g_local.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/game/g_local.h b/src/game/g_local.h index 550803a..5835385 100644 --- a/src/game/g_local.h +++ b/src/game/g_local.h @@ -1542,6 +1542,7 @@ extern vmCvar_t g_reportWelcomeComment; extern vmCvar_t g_schachtmeisterClearThreshold; extern vmCvar_t g_schachtmeisterAutobahnThreshold; +extern vmCvar_t g_schachtmeisterAutobahnMessage; extern vmCvar_t g_scrimMode; |