Skip to content

Commit 2f7be51

Browse files
committed
Remove left-over debug messages
1 parent e8503f0 commit 2f7be51

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

changelog.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ Date: 19-02-2025
77
- Add (per player) setting to change screenshot format (png/jpg) (Thanks thephluxer)
88
Bugfixes:
99
- Fix main camera producing screenshot files with wrong camera name (Thanks thephluxer)
10+
- Remove left-over debug messages
1011
---------------------------------------------------------------------------------------------------
1112
Version: 2.0.4
1213
Date: 07-11-2024

control.lua

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ end
1616
--- @param player LuaPlayer
1717
local function init_new_player(index, player)
1818
-- initialize player(s) when mod is loaded into existing game
19-
player.print("init_new_player")
2019
TLBE.Config.reload({ player_index = index })
2120
TLBE.GUI.initialize(player, storage.playerSettings[index])
2221

@@ -33,7 +32,6 @@ local function on_init()
3332

3433
for index, player in pairs(game.players) do
3534
-- initialize player(s) when mod is loaded into existing game
36-
player.print("on_init")
3735
init_new_player(index, player)
3836
end
3937

0 commit comments

Comments
 (0)