Skip to content

Commit

Permalink
Remove left-over debug messages
Browse files Browse the repository at this point in the history
  • Loading branch information
veger committed Feb 19, 2025
1 parent e8503f0 commit 2f7be51
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ Date: 19-02-2025
- Add (per player) setting to change screenshot format (png/jpg) (Thanks thephluxer)
Bugfixes:
- Fix main camera producing screenshot files with wrong camera name (Thanks thephluxer)
- Remove left-over debug messages
---------------------------------------------------------------------------------------------------
Version: 2.0.4
Date: 07-11-2024
Expand Down
2 changes: 0 additions & 2 deletions control.lua
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ end
--- @param player LuaPlayer
local function init_new_player(index, player)
-- initialize player(s) when mod is loaded into existing game
player.print("init_new_player")
TLBE.Config.reload({ player_index = index })
TLBE.GUI.initialize(player, storage.playerSettings[index])

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

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

Expand Down

0 comments on commit 2f7be51

Please sign in to comment.