X-Git-Url: https://de.git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fcommon%2Fconstants.qh;h=fe5f9bcd24ea137c4725726344459305501f179c;hb=b8e3716086cc9249b2f93f86f082e1acbc922383;hp=e13a1071b9be470ba2f4d875cf8a6307b52fce35;hpb=74d0f88488528927a793ad6ab6615a6e35dbe4c4;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/common/constants.qh b/qcsrc/common/constants.qh index e13a1071b..fe5f9bcd2 100644 --- a/qcsrc/common/constants.qh +++ b/qcsrc/common/constants.qh @@ -610,6 +610,7 @@ float CPID_GAME_STARTING = 7; float CPID_TIMEOUT_COUNTDOWN = 8; float CPID_MOTD = 9; float CPID_KH_MSG = 10; +float CPID_PREVENT_JOIN = 11; // CSQC centerprint/notify message types float MSG_SUICIDE = 0;