Unknown opcodes should be significantly reduced

This commit is contained in:
Treeku
2013-12-09 20:38:41 +00:00
parent fc3cde90a7
commit f4e9bd626b

View File

@@ -444,7 +444,16 @@ public class SimulationService implements INetworkDispatch {
}
});
objControllerOpcodes.put(ObjControllerOpcodes.HOVER_TARGET, new INetworkRemoteEvent() {
@Override
public void handlePacket(IoSession session, IoBuffer data) throws Exception {
}
});
}
@Override