Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- function setVersion( ver )
- os.version = function()
- return ver
- end
- end
- function getVersion()
- return os.version()
- end
- function setVersionToCraftOS( craftOSver )
- os.version = function()
- return "CraftOS "..craftOSver
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment