don't pass world to Widget.Tick, either
This commit is contained in:
@@ -75,7 +75,7 @@ namespace OpenRA.Widgets
|
||||
recentLines = new List<ChatLine>();
|
||||
}
|
||||
|
||||
public override void Tick (World world)
|
||||
public override void Tick()
|
||||
{
|
||||
if (RemoveTime == 0) return;
|
||||
if (--ticksUntilRemove > 0) return;
|
||||
|
||||
Reference in New Issue
Block a user