Hi all, getting this error Calling hook OnPlayerChat resulted in a conflict between the following plugins: GameModeManager - False (Boolean), ChatPrefix (True (Boolean)) any idea how to fix this issue?
regards
Calling hook OnPlayerChat resulted in a conflictSolved
The plugin GameModeManager would need to return true, not false, in the OnPlayerChat hook to avoid the warning.
Wulf
The plugin GameModeManager would need to return true, not false, in the OnPlayerChat hook to avoid the warning.
Thank you so much for the help!
Locked automatically