From 51d2d9af6907ec3a357faac28298a2faeb696959 Mon Sep 17 00:00:00 2001 From: moisterrific <57187883+moisterrific@users.noreply.github.com> Date: Tue, 26 May 2020 18:51:15 -0400 Subject: [PATCH] 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 --- TShockAPI/DB/GroupManager.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TShockAPI/DB/GroupManager.cs b/TShockAPI/DB/GroupManager.cs index b843f119..8c9515a6 100644 --- a/TShockAPI/DB/GroupManager.cs +++ b/TShockAPI/DB/GroupManager.cs @@ -184,7 +184,7 @@ namespace TShockAPI.DB Permissions.journey_placementrange, Permissions.journey_setdifficulty, Permissions.journey_biomespreadfreeze, - Permissions.journey_setdawn)); + Permissions.journey_setspawnrate)); } // Load Permissions from the DB