Moved most of the sidebar into a CommonLinks panel

This commit is contained in:
2019-05-24 09:30:02 +10:00
parent 936fe9f2f5
commit 4fe34a62e8
5 changed files with 52 additions and 38 deletions
+3 -1
View File
@@ -10,7 +10,9 @@ let excluded = [ //messages that should not be logged
'Not enough soldiers',
'Not enough spies',
'Not enough scientists',
'Not enough time has passed'
'Not enough time has passed',
'Profile sent'
];
const log = (msg, ...args) => {