MasterDuck4

SG - disconnect

Jul 16th, 2018
32
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.10 KB | None | 0 0
  1. dofile("config")
  2. dofile("compat")
  3.  
  4. function main()
  5.     check(sg.disconnect())
  6. end
  7.  
  8. try(main)
Add Comment
Please, Sign In to add comment