Remove deprecated arena_lib properties

This commit is contained in:
Zughy 2022-11-11 01:17:54 +00:00
parent eaa91f6250
commit 71e2447b80
2 changed files with 0 additions and 5 deletions

View File

@ -12,8 +12,6 @@ arena_lib.register_minigame("tntrun", {
celebration_time = 3,
load_time = 3,
prefix = "[Sp] ",
hub_spawn_point = tntrun.hubspawnpoint,
queue_waiting_time = 20,
show_minimap = true,
properties = {
tnt_area_pos_1 = {{x = 0, y = 0, z = 0}},

View File

@ -3,6 +3,3 @@ tntrun.player_speed = 1.4
--------------------------------------
-- jump when in the minigame (players can jump a little higher when running)
tntrun.player_jump = 1.2
--------------------------------------
-- if you lose win or quit, the spawnpoint (set up here)
tntrun.hubspawnpoint = {x=0,y=0,z=0}