checkout of the Inn - banner (#9835)
* show resting banner * resume damage * replace colors by variables * remove indentation
This commit is contained in:
@@ -720,7 +720,6 @@ export default {
|
||||
this.newMessage = newText;
|
||||
},
|
||||
toggleSleep () {
|
||||
this.user.preferences.sleep = !this.user.preferences.sleep;
|
||||
this.$store.dispatch('user:sleep');
|
||||
},
|
||||
async sendMessage () {
|
||||
|
||||
Reference in New Issue
Block a user