Ugh, I get this error: http://prntscr.com/edg7ed
Here's my Game.cs
using log4net;
using Plus.Communication.Packets;
using Plus.HabboHotel.GameClients;
using Plus.HabboHotel.Moderation;
using Plus.HabboHotel.Catalog;
using Plus.HabboHotel.Items;
using Plus.HabboHotel.Items.Televisions;
using...
Sometimes it doesn't convert all the rules.. but can you explain to me why that wouldn't be accurate?
I just deleted the following on the enviroment.php
$nojs = get_browser(null, TRUE);
if ($nojs["javascript"] == 1) {
header("Location: " . $main->path . "/nojs.php");
}
Not sure if...