Fix ghost prayer interaction (#27199)
fix ghost prayer interaction Co-authored-by: Júlio César <j.cesarueti@yahoo.com>
This commit is contained in:
@@ -39,7 +39,7 @@ public sealed class PrayerSystem : EntitySystem
|
||||
return;
|
||||
|
||||
// this is to prevent ghosts from using it
|
||||
if (!args.CanAccess)
|
||||
if (!args.CanInteract)
|
||||
return;
|
||||
|
||||
var prayerVerb = new ActivationVerb
|
||||
|
||||
Reference in New Issue
Block a user