X-Git-Url: http://de.git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fserver%2Fcommand%2Fcommon.qc;h=ec1f9c89fa7adce3f5887a553f998c701faec3f7;hb=7c8f38e643c87bf9c02c2265ca43714c57ebe331;hp=d980a0f4cf2d42334e070e5d0d12e6b7bc11b8e9;hpb=9185b58da6fe5f2b095d7066577e1e024b4d2798;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/server/command/common.qc b/qcsrc/server/command/common.qc index d980a0f4c..ec1f9c89f 100644 --- a/qcsrc/server/command/common.qc +++ b/qcsrc/server/command/common.qc @@ -1,10 +1,10 @@ #include "common.qh" -#include +#include #include "common.qh" #include "../scores.qh" -#include +#include #include #include @@ -210,6 +210,7 @@ void timeout_handler_think(entity this) } else // time to end the timeout { + Kill_Notification(NOTIF_ALL, NULL, MSG_CENTER, CPID_TIMEIN); timeout_status = TIMEOUT_INACTIVE; // reset the slowmo value back to normal