forked from mirror/openmw-tes3mp
[Server] Remove redundant constructor
This commit is contained in:
parent
af35ee38d1
commit
cbe31149e3
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@
|
||||||
|
|
||||||
using namespace mwmp;
|
using namespace mwmp;
|
||||||
|
|
||||||
BaseEvent scriptEvent = BaseEvent();
|
BaseEvent scriptEvent;
|
||||||
WorldObject tempWorldObject;
|
WorldObject tempWorldObject;
|
||||||
ContainerItem tempContainerItem;
|
ContainerItem tempContainerItem;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue