Thread: Network.Flags
View Single Post
Old 03-05-2006, 08:14 AM   #6 (permalink)
jaynigs
Forum Expert
 
jaynigs's Avatar
 
Join Date: Mar 2003
Location: England
Age: 35
Posts: 986
Default

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 ) );
jaynigs is offline   Reply With Quote