diff options
Diffstat (limited to 'protocol/core.proto')
-rw-r--r-- | protocol/core.proto | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/protocol/core.proto b/protocol/core.proto index bc93902..202909e 100644 --- a/protocol/core.proto +++ b/protocol/core.proto @@ -18,6 +18,8 @@ */ +syntax = "proto2"; + import "settings.proto"; message core_info //core info for client currently for editable server settings, server version and proto version only |