summaryrefslogtreecommitdiff
path: root/src/proto2/login-admin.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/proto2/login-admin.hpp')
-rw-r--r--src/proto2/login-admin.hpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/proto2/login-admin.hpp b/src/proto2/login-admin.hpp
index e3962b9..30cdb8b 100644
--- a/src/proto2/login-admin.hpp
+++ b/src/proto2/login-admin.hpp
@@ -27,9 +27,6 @@
// This is an internal protocol, and can be changed without notice
-// this is only needed for the payload packet right now, and that needs to die
-# pragma pack(push, 1)
-
template<>
struct Packet_Head<0x2726>
{
@@ -2218,6 +2215,4 @@ bool network_to_native(Packet_Fixed<0x7955> *native, NetPacket_Fixed<0x7955> net
}
-# pragma pack(pop)
-
#endif // TMWA_PROTO2_LOGIN_ADMIN_HPP