mirror of
https://github.com/MarioSpore/Grinch-AP.git
synced 2025-10-21 20:21:32 -06:00
Fix OOT? (#1721)
This commit is contained in:
@@ -1,9 +1,9 @@
|
|||||||
local socket = require("socket")
|
local socket = require("socket")
|
||||||
local json = require('json')
|
local json = require('json')
|
||||||
local math = require('math')
|
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
|
local script_version = 3
|
||||||
|
|
||||||
--------------------------------------------------
|
--------------------------------------------------
|
||||||
|
Reference in New Issue
Block a user