1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-04-02 04:06:42 +00:00

[Server] Remove redundant constructor

This commit is contained in:
Koncord 2017-02-23 14:36:35 +08:00
parent af35ee38d1
commit cbe31149e3

View file

@ -9,7 +9,7 @@
using namespace mwmp; using namespace mwmp;
BaseEvent scriptEvent = BaseEvent(); BaseEvent scriptEvent;
WorldObject tempWorldObject; WorldObject tempWorldObject;
ContainerItem tempContainerItem; ContainerItem tempContainerItem;