Server.Statics.FreezeMap_OnCommand C# (CSharp) Method

FreezeMap_OnCommand() private method

private FreezeMap_OnCommand ( CommandEventArgs e ) : void
e CommandEventArgs
return void
		public static void FreezeMap_OnCommand( CommandEventArgs e )
		{
			Map map = e.Mobile.Map;

			if ( map != null && map != Map.Internal )
				SendWarning( e.Mobile, "You are about to freeze <u>all items in {0}</u>.", BaseFreezeWarning, map, NullP3D, NullP3D, new WarningGumpCallback( FreezeWarning_Callback ) );
		}