mirror of
https://github.com/PHIDIAS0303/ExpCluster.git
synced 2025-12-27 03:25:23 +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
|
||||
if not event.translated then
|
||||
game.print("Could not detect your language settings")
|
||||
player.print("Could not detect your language settings")
|
||||
-- Raise error
|
||||
return
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user