Private
Public Access
1
0

add hot Chunk reload
All checks were successful
Dynamic Branch Deploy / build-and-deploy (push) Successful in 2m27s

This commit is contained in:
Sebastian Unterschütz
2025-11-30 12:33:04 +01:00
parent 9e1fb7e9df
commit a05e79f0d1
4 changed files with 124 additions and 123 deletions

View File

@@ -33,6 +33,8 @@ type SimState struct {
// Anti-Cheat
LastJumpDist float64
SuspicionScore int
Chunks []ChunkDef
}
// ============================================================================