Add journey permissions to trustedadmin and owner

hope im doing this right lol
This commit is contained in:
moisterrific 2020-05-26 17:17:01 -04:00 committed by GitHub
parent 5a4526b10a
commit 2c384aaaeb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -172,7 +172,19 @@ namespace TShockAPI.DB
Permissions.settempgroup, Permissions.settempgroup,
Permissions.spawnrate, Permissions.spawnrate,
Permissions.tpoverride, Permissions.tpoverride,
Permissions.createdumps)); Permissions.createdumps,
Permissions.journey_timefreeze,
Permissions.journey_timeset,
Permissions.journey_timespeed,
Permissions.journey_godmode,
Permissions.journey_windstrength,
Permissions.journey_windfreeze,
Permissions.journey_rainstrength,
Permissions.journey_rainfreeze,
Permissions.journey_placementrange,
Permissions.journey_setdifficulty,
Permissions.journey_biomespreadfreeze,
Permissions.journey_setdawn));
} }
// Load Permissions from the DB // Load Permissions from the DB