Skip to content

Commit

Permalink
Update src/serverenvironment.cpp
Browse files Browse the repository at this point in the history
Co-authored-by: sfan5 <[email protected]>
  • Loading branch information
andriyndev and sfan5 authored Feb 1, 2025
1 parent c3d73e7 commit 4fda2f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/serverenvironment.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
// A number that is much smaller than the timeout for particle spawners should/could ever be
#define PARTICLE_SPAWNER_NO_EXPIRY -1024.f

#define ACTIVE_OBJECT_RESAVE_DISTANCE_SQ 2 * 2
static constexpr s16 ACTIVE_OBJECT_RESAVE_DISTANCE_SQ = 3 * 3;

/*
ABMWithState
Expand Down

0 comments on commit 4fda2f0

Please sign in to comment.