Update fx and warn users about possible errors

This commit is contained in:
Jim Shield
2025-09-06 14:08:33 +01:00
parent 0d3888565c
commit 10085a3c23
2 changed files with 2 additions and 2 deletions

View File

@@ -66,7 +66,7 @@ if not SUPPRESS_UPDATES then
CheckBridgeVersion()
end)
else
print("^7'^3jim_bridge^7' - ^5You are running a newer version ^7(^3"..currentVersionRaw.."^7 ← ^3"..newestVersionRaw.."^7)")
print("^7'^3jim_bridge^7' - ^5You are running a newer version ^7(^3"..currentVersionRaw.."^7 ← ^3"..newestVersionRaw.."^7) (^1Expect Errors^7)")
end
end)
end)