Skip to content

Commit a8041f2

Browse files
committed
Update dll
1 parent 1cc8e36 commit a8041f2

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

app/Server Communication DLL/Server Communication DLL/FileManager.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -221,10 +221,10 @@ public static void ResetFile() {
221221
js.WriteValue(0);
222222

223223
js.WritePropertyName("UserID");
224-
js.WriteValue("null");
224+
js.WriteValue(userID);
225225

226226
js.WritePropertyName("IsOpen");
227-
js.WriteValue(false);
227+
js.WriteValue(isOpen);
228228

229229
js.WritePropertyName("YearlyOpens");
230230
js.WriteValue(0);
0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)