Remove deprecated arena_lib properties
This commit is contained in:
parent
eaa91f6250
commit
71e2447b80
2
init.lua
2
init.lua
@ -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}},
|
||||
|
@ -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}
|
||||
|
Loading…
x
Reference in New Issue
Block a user