Skip to content

Commit

Permalink
fixed player_colors.color_saved_advert locale
Browse files Browse the repository at this point in the history
  • Loading branch information
grilledham committed Mar 10, 2019
1 parent 4795fdd commit 11899e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion features/player_colors.lua
Expand Up @@ -57,7 +57,7 @@ Command.add(
}
Server.set_data('colors', player_name, data)
player.print({'player_colors.color_saved'})
Utils.print_except({'player_colors.color_saved_advert, player'})
Utils.print_except({'player_colors.color_saved_advert', player})
elseif arg == 'reset' then
Server.set_data('colors', player_name, nil)
player.print({'player_colors.color_reset'})
Expand Down

0 comments on commit 11899e0

Please sign in to comment.