mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-28 13:27:15 +00:00
[Hotfix] Gate some new shared task logic behind task rule (#1656)
This commit is contained in:
@@ -959,7 +959,7 @@ void Client::CompleteConnect()
|
||||
}
|
||||
|
||||
// shared tasks memberlist
|
||||
if (GetTaskState()->HasActiveSharedTask()) {
|
||||
if (RuleB(TaskSystem, EnableTaskSystem) && GetTaskState()->HasActiveSharedTask()) {
|
||||
|
||||
// struct
|
||||
auto p = new ServerPacket(
|
||||
|
||||
Reference in New Issue
Block a user