Skip to content

Commit 5ce3313

Browse files
committed
Missing Variable Assignment
1 parent c2f5a2b commit 5ce3313

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

library.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "Lib:DateTime",
3-
"version": "1.0",
3+
"version": "1.0.1",
44
"website": "",
55
"gitUrl": "https://github.com/ColdAnkles/Lib_DateTime",
66
"authors": ["Cold_Ankles"],

library/mtscript/public/SetDateTime.mts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@
6262
[h: datetime.checkExpiry(oldTime, datetime.now())]
6363

6464
[h, if(datetime.libraryLoaded("Lib:RLWeather")), code:{
65+
[h: uSeason = json.get(time,"currentSeason")]
6566
[h: ca.rlw.SetSeason(json.get(json.get(calendar, "seasons"),uSeason))]
6667
}]
6768

0 commit comments

Comments
 (0)