remove unncessary sha1 dictionary, use new notification management
This commit is contained in:
		| @@ -56,7 +56,7 @@ public class PluginWarningNotificationService | ||||
|         { | ||||
|             _mediator.Publish(new NotificationMessage("Missing plugins for " + playerName, | ||||
|                 $"Received data for {playerName} that contained information for plugins you have not installed. Install {string.Join(", ", missingPluginsForData)} to experience their character fully.", | ||||
|                 NotificationType.Warning, 10000)); | ||||
|                 NotificationType.Warning, TimeSpan.FromSeconds(10))); | ||||
|         } | ||||
|     } | ||||
| } | ||||
		Reference in New Issue
	
	Block a user
	 rootdarkarchon
					rootdarkarchon