mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-12 16:15:20 +02:00
Fix object duplication bug (at least in the most reproducible UFO case)
This commit is contained in:
@@ -54,7 +54,7 @@ class StaticObjectList
|
||||
public:
|
||||
/*
|
||||
Inserts an object to the container.
|
||||
Id must be unique or 0.
|
||||
Id must be unique (active) or 0 (stored).
|
||||
*/
|
||||
void insert(u16 id, StaticObject obj)
|
||||
{
|
||||
|
Reference in New Issue
Block a user