]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/main.qh
Clean up vote list checking code to not check empty lists/votes, fixes #2751
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / main.qh
index e189601a7c467cf9f757616fbc9ada286c9d62ae..40e708e86304b616a8422978689f5c29ace32d41 100644 (file)
@@ -28,9 +28,6 @@ void remove_safely(entity e);
 
 void remove_unsafely(entity e);
 
-// copies a string to a tempstring (so one can strunzone it)
-string strcat1(string s) = #115; // FRIK_FILE
-
 #ifdef PROFILING
 float client_cefc_accumulator;
 float client_cefc_accumulatortime;
@@ -47,6 +44,8 @@ float servertime, serverprevtime, serverframetime;
 
 .float contents_damagetime;
 
+string GetField_fullspawndata(entity e, string f, ...);
+
 /*
 ==================
 main