mirror of
https://github.com/TES3MP/TES3MP.git
synced 2025-09-29 08:00:56 -04:00
[General] Fix incorrect capitalization in ObjectMove directives
This commit is contained in:
parent
bbb461a5e5
commit
32ad8ef2f0
@ -1,5 +1,5 @@
|
||||
#ifndef OPENMW_PacketObjectMove_HPP
|
||||
#define OPENMW_PacketObjectMove_HPP
|
||||
#ifndef OPENMW_PACKETOBJECTMOVE_HPP
|
||||
#define OPENMW_PACKETOBJECTMOVE_HPP
|
||||
|
||||
#include <components/openmw-mp/Packets/Object/ObjectPacket.hpp>
|
||||
|
||||
@ -14,4 +14,4 @@ namespace mwmp
|
||||
};
|
||||
}
|
||||
|
||||
#endif //OPENMW_PacketObjectMove_HPP
|
||||
#endif //OPENMW_PACKETOBJECTMOVE_HPP
|
||||
|
Loading…
x
Reference in New Issue
Block a user