mirror of
https://bitbucket.org/s_l_teichmann/mtsatellite
synced 2025-01-03 13:40:21 +01:00
add mod.conf to track_players mod
This commit is contained in:
parent
f2a2b5890f
commit
e36b61adbe
@ -9,7 +9,7 @@ function players_data()
|
|||||||
end
|
end
|
||||||
for i = 1,pcount do
|
for i = 1,pcount do
|
||||||
local player = ps[i]
|
local player = ps[i]
|
||||||
local data = player:getpos()
|
local data = player:get_pos()
|
||||||
data.name = player:get_player_name()
|
data.name = player:get_player_name()
|
||||||
ps[i] = data
|
ps[i] = data
|
||||||
end
|
end
|
||||||
|
2
mods/track_players/mod.conf
Normal file
2
mods/track_players/mod.conf
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
name = track_players
|
||||||
|
description = Forwards player positions to mtwebmapper.
|
Loading…
Reference in New Issue
Block a user