]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/command/common.qc
moveplayer: add # to player number
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / command / common.qc
index 8d320437af013a7ce660d71efa63aaf563bd2e47..c2e039f753d952015d0c69f7b7b046ed762e1ad7 100644 (file)
@@ -168,17 +168,6 @@ entity GetFilteredEntity(string input)
        return selection;
 }
 
-// same thing, but instead return their edict number
-float GetFilteredNumber(string input)
-{
-       entity selection = GetFilteredEntity(input);
-       float output;
-
-       output = etof(selection);
-
-       return output;
-}
-
 // switch between sprint and print depending on whether the receiver is the server or a player
 void print_to(entity to, string input)
 {