add mod.conf to track_players mod

This commit is contained in:
Sascha L. Teichmann 2024-01-07 14:52:54 +01:00
parent f2a2b5890f
commit e36b61adbe
2 changed files with 3 additions and 1 deletions

View File

@ -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

View File

@ -0,0 +1,2 @@
name = track_players
description = Forwards player positions to mtwebmapper.