1
0
mirror of https://github.com/sys4-fr/server-nalc.git synced 2025-06-28 06:11:47 +02:00

Turned shutdown messages to minetest.log() too

This commit is contained in:
LeMagnesium
2015-05-24 10:54:02 +02:00
parent 6b9b127804
commit 5752d05da9
2 changed files with 6 additions and 6 deletions

View File

@ -570,7 +570,7 @@ end --write_bookmarks
function compassgps.write_settings()
--loop through players and set settings
--(less error prone than trying to keep settings in sync all the time
print(S("compassgps writing settings"))
minetest.log("action", S("compassgps writing settings"))
local players = minetest.get_connected_players()
for i,player in ipairs(players) do
local name = player:get_player_name();