Deathmatch support redux

This commit is contained in:
Xylemon 2024-08-30 16:07:42 -07:00
parent 4b22d3b15b
commit a29a4074ad
2 changed files with 5 additions and 1 deletions

View file

@ -7,7 +7,7 @@ entityDef info_player_start
"editor_color" "1 0 0"
}
entityDef info_gangsta_dm_start
entityDef info_player_deathmatch
{
"spawnclass" "NSSpawnPoint"
"editor_mins" "-16 -16 -36"

View file

@ -0,0 +1,4 @@
mutliplayer
{
replace info_gangsta_dm_start info_player_deathmatch
}