1
0
mirror of https://github.com/ComfyFactory/ComfyFactorio.git synced 2024-12-30 23:17:53 +02:00

Fix luacheck

This commit is contained in:
Gerkiz 2023-10-15 00:18:45 +02:00
parent 2be750fbad
commit 6c07c52409

View File

@ -759,7 +759,6 @@ local function on_player_joined_game(event)
if not rpg_t then
Public.rpg_reset_player(player)
rpg_t = Public.get_value_from_player(player.index)
if rpg_extra.reward_new_players > 10 then
Public.gain_xp(player, rpg_extra.reward_new_players)
end