Skip to content

Commit

Permalink
[TM] Max Z levels (#1307)
Browse files Browse the repository at this point in the history
## Changelog
NPPFC
  • Loading branch information
Legendaxe authored Jun 11, 2024
1 parent 69aac72 commit 4b4b3d9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified milla.dll
Binary file not shown.
2 changes: 1 addition & 1 deletion milla/src/constants.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/// How many Z levels we allow before being suspicious that the wrong number was sent.
pub(crate) const MAX_Z_LEVELS: i32 = 10;
pub(crate) const MAX_Z_LEVELS: i32 = 14;

/// How big is the map? Assumed square.
pub(crate) const MAP_SIZE: usize = 255;
Expand Down

0 comments on commit 4b4b3d9

Please sign in to comment.