mirror of
https://github.com/infinitefusion/infinitefusion-e18.git
synced 2025-12-06 06:01:46 +00:00
The Great Enspacening begins!
This commit is contained in:
@@ -13,7 +13,7 @@ class EventScriptError < Exception
|
||||
end
|
||||
end
|
||||
|
||||
def pbGetExceptionMessage(e,_script="")
|
||||
def pbGetExceptionMessage(e,_script = "")
|
||||
return e.event_message.dup if e.is_a?(EventScriptError) # Message with map/event ID generated elsewhere
|
||||
emessage = e.message.dup
|
||||
emessage.force_encoding(Encoding::UTF_8)
|
||||
|
||||
Reference in New Issue
Block a user