diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2023-01-18 23:02:07 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2023-01-20 21:35:36 +0000 |
commit | 63bf4011154f5ef91959a6f0fbe025f7b945469b (patch) | |
tree | 83c8daa3c42e314aae79f48ae512dccbb71f04ff /games/Makefile | |
parent | fe17c673307c44a8944490b1c47c6d39eecfdbda (diff) | |
download | ports-63bf4011154f5ef91959a6f0fbe025f7b945469b.tar.gz ports-63bf4011154f5ef91959a6f0fbe025f7b945469b.zip |
games/veloren-weekly: add new port
An experiment for multiplayer to avoid the following:
ERROR veloren_voxygen::menu::main: Client Init failed raw error e=ClientError { error: StreamErr(Deserialize(InvalidTagEncoding(64))), mismatched_server_info: Some(ServerInfo { name: "Official Veloren Server", description: "Welcome to the Veloren Pre-Alpha. Enjoy your journey!", git_hash: "da9cd799", git_date: "2023-01-18", auth_provider: Some("https://auth.veloren.net") }) }
Diffstat (limited to 'games/Makefile')
-rw-r--r-- | games/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/games/Makefile b/games/Makefile index c310d309ac3e..51264a5512f6 100644 --- a/games/Makefile +++ b/games/Makefile @@ -1023,6 +1023,7 @@ SUBDIR += vcmi SUBDIR += vectoroids SUBDIR += veloren + SUBDIR += veloren-weekly SUBDIR += violetland SUBDIR += viruskiller SUBDIR += vitetris |