File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff 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---------------------------------------------------------------------------------------------------
1112Version: 2.0.4
1213Date: 07-11-2024
Original file line number Diff line number Diff line change 1616--- @param player LuaPlayer
1717local 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
You can’t perform that action at this time.
0 commit comments