Teleportation fix

This commit is contained in:
Rendo 2026-03-12 21:44:01 +05:00
commit 73eedda429
6 changed files with 41 additions and 24 deletions

View file

@ -8,6 +8,7 @@ World::World(){
this->seconds_per_tick = 0;
this->clock = 0;
this->debug = false;
this->bound_offset = 1;
}
World::~World(){