]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/command/common.qh
moveplayer: add # to player number
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / command / common.qh
index b16900a110536786f93606fc47f23fc9c6e71fd8..5fd66bdbbac1f595e76e0bb06ca4024d0865ea46 100644 (file)
@@ -95,9 +95,6 @@ entity GetIndexedEntity(int argc, float start_index);
 // find a player which matches the input string, and return their entity
 entity GetFilteredEntity(string input);
 
-// same thing, but instead return their edict number
-float GetFilteredNumber(string input);
-
 // switch between sprint and print depending on whether the receiver is the server or a player
 void print_to(entity to, string input);