• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!
  • 2026 staff recruitment is open! Check it out and consider applying!

C++ TFS 0.3.6

Itutorial

Legendary OT User
Joined
Dec 23, 2014
Messages
2,461
Solutions
68
Reaction score
1,123
When a player uses the report option to report a player they get banished how can I fix this?
 
an easy fix is to stop using 0.3.6
otherwise look in your config.lua for things related to rule violations, i think 0.3.6 should have violationNameReportActionType
if it's set to 3, set it to 1
otherwise look in game.cpp for Game::playerProcessRuleViolation and check the code there
if you can't figure it out post game.cpp and protocolgame.cpp here
 
Back
Top