mirror of
https://github.com/PHIDIAS0303/ExpCluster.git
synced 2025-12-31 04:51:40 +09:00
game.print changed to player.print
see title
This commit is contained in:
@@ -21,7 +21,7 @@ Event.add(defines.events.on_string_translated, function(event)
|
|||||||
|
|
||||||
-- Check if the translation request was succesful
|
-- Check if the translation request was succesful
|
||||||
if not event.translated then
|
if not event.translated then
|
||||||
game.print("Could not detect your language settings")
|
player.print("Could not detect your language settings")
|
||||||
-- Raise error
|
-- Raise error
|
||||||
return
|
return
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user