mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-06-12 05:54:12 +00:00
cleanup: flatten dead branches in world io level network and stats
This commit is contained in:
@@ -39,12 +39,7 @@ Stat* Stat::postConstruct() {
|
||||
Stats::all->push_back(this);
|
||||
|
||||
std::pair<int, Stat*> id1(id, this);
|
||||
#if 0
|
||||
Stats::statsById->emplace(id1); // assert(0); // MGH - TODO - FIX - find
|
||||
// out where this move function comes from
|
||||
#else
|
||||
Stats::statsById->emplace(std::move(id1));
|
||||
#endif // 0
|
||||
|
||||
return this;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user