]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/spawnpoints.qc
Tidy up classnames
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / spawnpoints.qc
index 3f5bd580aeb118cb20a6cbfaa6d0b95eed35fc2f..ab0d2bea43f1122610e555bd5eca1d8136eb2e57 100644 (file)
@@ -165,7 +165,6 @@ spawnfunc(info_player_start)
 
 spawnfunc(info_player_deathmatch)
 {
-       this.classname = "info_player_deathmatch";
        IL_PUSH(g_spawnpoints, this);
        relocate_spawnpoint(this);
 }