Update protobuf to 2.4

This commit is contained in:
Brant Martin
2019-06-06 15:54:05 -04:00
parent 0a852c49e8
commit 19995eba1a
16 changed files with 86 additions and 13 deletions

View File

@@ -65,12 +65,6 @@ quit";
if (!File.Exists(apiTarget))
File.Copy(apiSource, apiTarget);
var protoSource = Path.Combine(basePath, "DedicatedServer64", "protobuf-net.dll");
var protoTarget = Path.Combine(basePath, "protobuf-net.dll");
if(!File.Exists(protoTarget))
File.Copy(protoSource, protoTarget);
_config = InitConfig();
if (!_config.Parse(args))