From 19ad8838a65dc62668ea3d4f1f325116757ea530 Mon Sep 17 00:00:00 2001 From: Cooldude2606 <25043174+Cooldude2606@users.noreply.github.com> Date: Sat, 25 Feb 2023 15:32:49 +0000 Subject: [PATCH] Fixed Indentation --- expcore/roles.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/expcore/roles.lua b/expcore/roles.lua index cedbd016..b895897b 100644 --- a/expcore/roles.lua +++ b/expcore/roles.lua @@ -162,7 +162,7 @@ local function emit_player_roles_updated(player, type, roles, by_player_name, sk end -- output to all the different locations: game print, player sound, event trigger and role log if not skip_game_print then - game.print({'expcore-roles.game-message-'..type, player.name, table.concat(role_names, ', '), by_player_name}, Colours.cyan) + game.print({'expcore-roles.game-message-'..type, player.name, table.concat(role_names, ', '), by_player_name}, Colours.cyan) end if type == 'assign' then player.play_sound{path='utility/achievement_unlocked'}