X-Git-Url: http://de.git.xonotic.org/?p=xonotic%2Fxonotic-data.pk3dir.git;a=blobdiff_plain;f=qcsrc%2Fserver%2Fmiscfunctions.qh;h=f19f53fd0b3010d021308c2a29235f195097d1d1;hp=97f85e5b53abbcd356a00bfe7a6bd20c0681da7d;hb=77f03e6ce033bef39ac19e0e7cb6e606ffcb26db;hpb=7d1d7d64a791f5566057275f5797119f56bf644c diff --git a/qcsrc/server/miscfunctions.qh b/qcsrc/server/miscfunctions.qh index 97f85e5b53..f19f53fd0b 100644 --- a/qcsrc/server/miscfunctions.qh +++ b/qcsrc/server/miscfunctions.qh @@ -382,6 +382,9 @@ void readlevelcvars(void) if (!warmup_stage) game_starttime = time + cvar("g_start_delay"); + for(int i = WEP_FIRST; i <= WEP_LAST; ++i) + WEP_ACTION(i, WR_INIT); + readplayerstartcvars(); }