Skip to content

Commit 1cc8e36

Browse files
committed
Update dll
1 parent 503ab15 commit 1cc8e36

3 files changed

Lines changed: 1 addition & 3 deletions

File tree

app/Server Communication DLL/Server Communication DLL/Connections.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,6 @@ public static bool CreateConnection() {
4747
Socket sender = new Socket(ip.AddressFamily, SocketType.Stream, ProtocolType.Tcp);
4848

4949
try {
50-
FileManager.PrepareDataTransfer();
51-
5250
// Does this get the file or the file title lmao
5351
byte[] dataFile = File.ReadAllBytes(DATA_COLLECTION_FILE);
5452
byte[] userIDByteArray = Encoding.ASCII.GetBytes(FileManager.userID);

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ class FileManager {
2525
};
2626
private static long projectsCount = 0;
2727
public static string userID = "null";
28-
public static bool isOpen = false;
28+
public static bool isOpen = true;
2929
public static long yearlyOpens = 0;
3030
public static long monthlyOpens = 0;
3131
public static long weeklyOpens = 0;
0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)