fix default group id
This commit is contained in:
@@ -1,8 +1,10 @@
|
||||
using Torch;
|
||||
using Torch.Views;
|
||||
|
||||
namespace LightPerms;
|
||||
|
||||
public class Config : ViewModel
|
||||
{
|
||||
|
||||
[Display(Name = "Default Group Name", Description = "All new players will join this group.")]
|
||||
public string DefaultGroupName { get; set; } = "player";
|
||||
}
|
||||
|
Reference in New Issue
Block a user