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
|
||||
for i = 1,pcount do
|
||||
local player = ps[i]
|
||||
local data = player:getpos()
|
||||
local data = player:get_pos()
|
||||
data.name = player:get_player_name()
|
||||
ps[i] = data
|
||||
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