X-Git-Url: http://de.git.xonotic.org/?a=blobdiff_plain;f=data%2Fqcsrc%2Fserver%2Fg_world.qc;h=ababcf9357ba377b5b54941352a20596caea085f;hb=fe42516e6a8f92a82685199abb2c6dcf6b3faeb0;hp=c6776437bf42820ee8083e83a8bfd683e744f271;hpb=e03eccb2fb3597361ddeec65ae447587d6e95bac;p=voretournament%2Fvoretournament.git diff --git a/data/qcsrc/server/g_world.qc b/data/qcsrc/server/g_world.qc index c6776437..ababcf93 100644 --- a/data/qcsrc/server/g_world.qc +++ b/data/qcsrc/server/g_world.qc @@ -663,7 +663,10 @@ void spawnfunc_worldspawn (void) addstat(STAT_VORE_DIGESTING, AS_INT, stat_digesting); addstat(STAT_VORE_EATEN, AS_INT, stat_eaten); addstat(STAT_VORE_CANLEAVE, AS_INT, stat_canleave); - + addstat(STAT_SBRING1_TYPE, AS_INT, stat_sbring1_type); + addstat(STAT_SBRING1_CLIP, AS_FLOAT, stat_sbring1_clip); + addstat(STAT_SBRING2_TYPE, AS_INT, stat_sbring2_type); + addstat(STAT_SBRING2_CLIP, AS_FLOAT, stat_sbring2_clip); next_pingtime = time + 5; InitializeEntity(self, cvar_changes_init, INITPRIO_CVARS);