Quote:
|
Originally Posted by Seanchen.net
I disagree...
if ( Core.AOS )
state.Send( SupportedFeatures.Instantiate( state.Account, flags ) );
I still believe the flags which is based on the client, is the same information.
|
Ah, i may be to blame there, my apologies, i added the overload flags to that line myself as i was experimenting with something.
Base runuo is just,,
Code:
if ( Core.AOS )
state.Send( SupportedFeatures.Instantiate( state.Account ) );