Please disclose if any significant portion of your mod was created using AI tools by adding the 'AI Generated' category. Failing to do so may result in the mod being removed from Thunderstore.
You are viewing a potentially older version of this package.
View all versions.
BetterServerRpcErrorLog
An experimntal mod that logs where the 'Only the owner can invoke a ServerRpc' error is being logged from in the console.
| Date uploaded | 8 months ago |
| Version | 0.0.4 |
| Download link | NotezyTeam-BetterServerRpcErrorLog-0.0.4.zip |
| Downloads | 725 |
| Dependency string | NotezyTeam-BetterServerRpcErrorLog-0.0.4 |
This mod requires the following mods to function
BepInEx-BepInExPack
BepInEx pack for Mono Unity games. Preconfigured and ready to use.
Preferred version: 5.4.2100README
Experemintal!
This mod is used for Mod Devlopers who use networking and need to know if the "Only the owner can invoke a ServerRpc" error is being thrown from their mod or not.
CHANGELOG
0.0.4
- Updated for V73
0.0.3
- Reprogrammed Systems
- Instead of directly patching Unity's Error Log, the mod now patches every server rpc and server rpc handler in the asyncronsly
- Added support for _rpc_handler methods that also log the "Only the owner can invoke a ServerRpc that requires ownership!" error
- Removed Logging levels config
- Updated Assembly name to be constitant with mod page
- Added option to remove the part of the error log that contains the BetterServerRpcErrorLog itself
0.0.2
- Removed Example TV Patch (Whoops)
0.0.1
- Inital Releese