Skip to content
This repository was archived by the owner on Jun 9, 2023. It is now read-only.

Commit 17b19b6

Browse files
committed
xuiddb use dkjson.
1 parent f9b30aa commit 17b19b6

File tree

2 files changed

+1
-389
lines changed

2 files changed

+1
-389
lines changed

Lib/json.lua

-388
This file was deleted.

xuiddb.net.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
----------------------------------------
44
local plugin_version = '1.0.0'
55
local LibPath=luaapi.LibPATH
6-
if (tool:IfFile(LibPath..'json.lua') == false) then
6+
if (tool:IfFile(LibPath..'dkjson.lua') == false) then
77
print('[XuidDB] ERR!!! json library not found, plugin is closing...')
88
return false
99
end

0 commit comments

Comments
 (0)