mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-05-20 08:26:59 -04:00
Added subclassed groups to auto-set workvalues.
This commit is contained in:
@@ -11,7 +11,7 @@ namespace FFXIVClassic_Map_Server.actors.group
|
||||
{
|
||||
private LinkshellWork linkshellWork;
|
||||
|
||||
public LinkshellGroup(ulong id) : base(id, Group.CompanyGroup, null)
|
||||
public LinkshellGroup(ulong id) : base(id, Group.CompanyGroup)
|
||||
{
|
||||
linkshellWork = new LinkshellWork();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user