anon 5 years ago
parent
commit
a452550825
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Client-Server Protocol.md

+ 1 - 1
Client-Server Protocol.md

@@ -3,7 +3,7 @@
 ## 1. Start a connection
 
 To start a connection you have to check the versions, generate the sessonID and verify the login.
-Only if step 1.1 is accomplished is and the sessionID of the client was valid or 1.1 and 1.2 have been accomplished a usable connection is negotiated.
+Only if step 1.1 is accomplished and the sessionID of the client was valid or if step 1.1 and 1.2 have been accomplished a usable connection is negotiated.
 
 ### 1.1 Version check
 Client: