Fix error in previous change
there's no setdawn, made the mistake of looking at a prev commit instead of the most current version of permissions
This commit is contained in:
parent
2c384aaaeb
commit
51d2d9af69
1 changed files with 1 additions and 1 deletions
|
|
@ -184,7 +184,7 @@ namespace TShockAPI.DB
|
||||||
Permissions.journey_placementrange,
|
Permissions.journey_placementrange,
|
||||||
Permissions.journey_setdifficulty,
|
Permissions.journey_setdifficulty,
|
||||||
Permissions.journey_biomespreadfreeze,
|
Permissions.journey_biomespreadfreeze,
|
||||||
Permissions.journey_setdawn));
|
Permissions.journey_setspawnrate));
|
||||||
}
|
}
|
||||||
|
|
||||||
// Load Permissions from the DB
|
// Load Permissions from the DB
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue