'nother short hotfix

This commit is contained in:
Jesse James Isler 2022-06-24 10:18:25 +02:00
parent 9240a6d6ba
commit f8b11ccc32
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ Hooks.on("init", async function() {
// There probably is a smoother way of doing this, but I cannot be bothered to google for that
game.settings.register('shortcutblocker', 'shiftblock', {
name: 'Blocked SHIFT Combos',
hint: 'Comma sepparated list of key names which get blocked. Example: "F5, R, W" This would allow SHIFT + F5',
hint: 'Comma sepparated list of key names which get blocked. Example: "F5, R, W" This would block SHIFT + F5',
scope: 'client',
config: true,
type: String,