mirror of
https://github.com/RaidMax/IW4M-Admin.git
synced 2025-06-10 15:20:48 -05:00
Fix bug introduced with auto messages
This commit is contained in:
@ -23,7 +23,7 @@ namespace AutomessageFeed
|
||||
private Configuration _configuration;
|
||||
private int _currentFeedItem;
|
||||
|
||||
private async Task<object> GetNextFeedItem(Server server)
|
||||
private async Task<string> GetNextFeedItem(Server server)
|
||||
{
|
||||
var items = new List<string>();
|
||||
|
||||
|
Reference in New Issue
Block a user