joe 4 years ago
parent
commit
909ec441ad
1 changed files with 1 additions and 1 deletions
  1. 1 1
      errors.proto

+ 1 - 1
errors.proto

@@ -17,7 +17,7 @@ enum Ec {
 }
 
 enum NetClosedReason {
-    UNKNOWN         = 0;
+    ERR_UNKNOWN         = 0;
     ERR_NETWORK     = 1;
     ILLEGAL_DATA    = 2;
     SERVER_KICK     = 3;