Remove unused parameters.
This commit is contained in:
committed by
abcdefg30
parent
ea243b8558
commit
0e7ad43425
@@ -107,7 +107,7 @@ namespace OpenRA.Mods.Common.Traits
|
||||
EnablePlug(self, initialPlug);
|
||||
}
|
||||
|
||||
public bool AcceptsPlug(Actor self, string type)
|
||||
public bool AcceptsPlug(string type)
|
||||
{
|
||||
if (!Info.Conditions.ContainsKey(type))
|
||||
return false;
|
||||
|
||||
Reference in New Issue
Block a user