• 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!

Cap

Teshan

New Member
Joined
Nov 10, 2010
Messages
51
Reaction score
0
In the page of my server shows the cap of each player as I can not be removed to see?

Give Rep++
 
Last edited:
Remove this from characters.php:
PHP:
					if($list[$pid] == '8') {
					$main_content .= '<td style="background-color: '.$config['site']['darkborder'].'; text-align: center;">Cap:<br/>'.$player->getCap().'</td>';
				}
 
Back
Top