implement sane default extendedclass
This commit is contained in:
@@ -12,6 +12,6 @@ public static class PlayerExtensions
|
||||
return classManagerConfig.Value.Name;
|
||||
}
|
||||
|
||||
return "";
|
||||
return player.Role.ToString();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user