Fix typo in defines

This commit is contained in:
Brett Smith 2022-02-11 15:30:39 -05:00 committed by GitHub
parent f169706575
commit 0b162c3a7e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,7 +7,7 @@
ULib = ULib or {}
ULib.RELEASE = false -- Don't access these two directly, use ULib.pluginVersionStr("ULib")
ULib.VERSION = 2.80
ULib.VERSION = 2.70
ULib.AUTOMATIC_UPDATE_CHECKS = true
ULib.ACCESS_ALL = "user"