Update sPhone.lua
This commit is contained in:
parent
cb4395bd85
commit
862c531808
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
sPhone = {}
|
||||
|
||||
local function sPhone.crash(err)
|
||||
local function crash(err)
|
||||
os.pullEvent = os.pullEventRaw
|
||||
if not err then
|
||||
err = "Unknown"
|
||||
|
|
Loading…
Reference in a new issue