Skip to content

Commit

Permalink
Server: Increase version version
Browse files Browse the repository at this point in the history
  • Loading branch information
SirLynix committed Dec 14, 2024
1 parent 9371074 commit 564facb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/CommonLib/InternalConstants.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ namespace tsom::Constants
{
// Network constants
constexpr Nz::UInt32 NetworkChannelCount = 3;
constexpr Nz::UInt32 ProtocolRequiredClientVersion = BuildVersion(0, 6, 0);
constexpr Nz::UInt32 ProtocolRequiredClientVersion = BuildVersion(0, 7, 0);
constexpr Nz::Time TickDuration = Nz::Time::TickDuration(60);

// Serialization constants
Expand Down

0 comments on commit 564facb

Please sign in to comment.