Skip to content

Commit

Permalink
bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
zonetecde committed Mar 11, 2023
1 parent 82d3675 commit 59f0f10
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
Binary file added setup/QLS Zoneck 1.0.9.exe
Binary file not shown.
2 changes: 1 addition & 1 deletion setup/setup.iss
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!

#define MyAppName "QLS Zoneck"
#define MyAppVersion "1.0.8"
#define MyAppVersion "1.0.9"
#define MyAppPublisher "zonetecde"
#define MyAppURL "github.com/zonetecde/zoneck-server"
#define MyAppExeName "QLS UI.exe"
Expand Down
3 changes: 1 addition & 2 deletions zck_client/ZoneckClient.cs
Original file line number Diff line number Diff line change
Expand Up @@ -177,8 +177,7 @@ private void _Receive()
if (received_message.MessageType == MESSAGE_TYPE.DONNER_ID)
MyId = received_message.Content;

if(received_message.MessageType != MESSAGE_TYPE.GET_FILE && received_message.MessageType != MESSAGE_TYPE.LIST_FILE)
Receive(received_message);
Receive(received_message);
}
}
catch
Expand Down

0 comments on commit 59f0f10

Please sign in to comment.