Fix guidebook examine not working in lobby (#17093)

This commit is contained in:
Leon Friedrich
2023-06-05 09:33:50 +12:00
committed by GitHub
parent cd8e5ae34a
commit 5b36355541
5 changed files with 33 additions and 19 deletions

View File

@@ -214,7 +214,7 @@ namespace Content.Client.Verbs
return;
}
if (verb.ClientExclusive)
if (verb.ClientExclusive || target.IsClientSide())
// is this a client exclusive (gui) verb?
ExecuteVerb(verb, user.Value, target);
else