mirror of
https://github.com/Refactorio/RedMew.git
synced 2024-12-14 10:13:13 +02:00
Merge pull request #871 from grilledham/locale/player_colors_fix
fixed player_colors.color_saved_advert locale
This commit is contained in:
commit
81b231c92d
@ -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'})
|
||||
|
Loading…
Reference in New Issue
Block a user