Fixed missing kick/ban buttons in the crew menu

This commit is contained in:
Joonas Rikkonen
2017-07-26 17:49:55 +03:00
parent bcb0dbfa90
commit a627f25c95
4 changed files with 6 additions and 9 deletions
@@ -151,7 +151,7 @@ namespace Barotrauma.Networking
}
}
public virtual bool SelectCrewCharacter(Character character, GUIComponent crewFrame)
public virtual bool SelectCrewCharacter(Character character, GUIComponent characterFrame)
{
return false;
}