JBRelicRedemptionHook

  • Two Factor Authentication is now available on BeyondUnreal Forums. To configure it, visit your Profile and look for the "Two Step Verification" option on the left side. We can send codes via email (may be slower) or you can set up any TOTP Authenticator app on your phone (Authy, Google Authenticator, etc) to deliver codes. It is highly recommended that you configure this to keep your account safe.

CoolDude

New Member
Feb 22, 2003
914
0
0
Netherlands
Visit site
Can anybody tell me what

ScriptWarning: JBRelicRedemptionHook Autoplay.JBRelicRedemptionHook0 (Function JailBreak.JBRelicRedemptionHook.IsInZone:001C) Accessed None

means?

When starting my map it generates 38 entries of this message in the log-file.
 

Mychaeel

New Member
Yes. A piece of code in JBRelicRedemptionHook wrongfully assumes that any ZoneInfo actor has only one single ZoneNumber associated to it. Thus, if that's not the case because a zoned-off area of your map doesn't contain a ZoneInfo actor, you get those warning messages.

Apart from being ugly and pointing to what's technically a bug in the code they can be safely ignored though. All relevant zones do have ZoneInfo actors in them anyway after all (jails and arenas, to be specific).