mirror of
https://github.com/MarioSpore/Grinch-AP.git
synced 2025-10-21 04:01:32 -06:00
Fix OOT? (#1721)
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
local socket = require("socket")
|
||||
local json = require('json')
|
||||
local math = require('math')
|
||||
require('common.lua')
|
||||
require('common')
|
||||
|
||||
local last_modified_date = '2022-4-9' -- Should be the last modified date
|
||||
local last_modified_date = '2022-4-15' -- Should be the last modified date
|
||||
local script_version = 3
|
||||
|
||||
--------------------------------------------------
|
||||
@@ -1895,4 +1895,4 @@ function main()
|
||||
end
|
||||
end
|
||||
|
||||
main()
|
||||
main()
|
||||
|
Reference in New Issue
Block a user