1
0
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:
grilledham 2019-03-10 18:25:27 +00:00 committed by GitHub
commit 81b231c92d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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'})