diff options
Diffstat (limited to 'src/net/ea/npchandler.h')
-rw-r--r-- | src/net/ea/npchandler.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/net/ea/npchandler.h b/src/net/ea/npchandler.h index 07c281587..d6986a219 100644 --- a/src/net/ea/npchandler.h +++ b/src/net/ea/npchandler.h @@ -37,7 +37,7 @@ namespace Net namespace Ea { -class NpcHandler : public Net::NpcHandler +class NpcHandler notfinal : public Net::NpcHandler { public: A_DELETE_COPY(NpcHandler) |