diff --git a/zpak001.pk3dir/decls/def/spawns.def b/zpak001.pk3dir/decls/def/spawns.def index 8f4b3fe..c401210 100644 --- a/zpak001.pk3dir/decls/def/spawns.def +++ b/zpak001.pk3dir/decls/def/spawns.def @@ -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" diff --git a/zpak001.pk3dir/scripts/maptweaks.txt b/zpak001.pk3dir/scripts/maptweaks.txt new file mode 100644 index 0000000..ea28722 --- /dev/null +++ b/zpak001.pk3dir/scripts/maptweaks.txt @@ -0,0 +1,4 @@ +mutliplayer +{ + replace info_gangsta_dm_start info_player_deathmatch +} \ No newline at end of file