summaryrefslogtreecommitdiff
path: root/src/net/ea/token.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/net/ea/token.h')
-rw-r--r--src/net/ea/token.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/net/ea/token.h b/src/net/ea/token.h
index b63c56232..b9c0eb1ad 100644
--- a/src/net/ea/token.h
+++ b/src/net/ea/token.h
@@ -28,6 +28,11 @@
struct Token final
{
+ Token()
+ { }
+
+ A_DELETE_COPY(Token)
+
BeingId account_ID;
int session_ID1;
int session_ID2;