* DOOR.SYS support
* LORD now works via DOOR.SYS at least * Abracadabra: nodeMax, tooManyArt support, etc. * Abracadabra: Exit back to menu * Some code cleanup
This commit is contained in:
@@ -50,7 +50,7 @@ LastCallersModule.prototype.enter = function(client) {
|
||||
|
||||
// we need the client to init this for theming
|
||||
if(!_.isString(this.dateTimeFormat)) {
|
||||
this.dateTimeFormat = this.client.currentTheme.helpers.getDateFormat('short') +
|
||||
this.dateTimeFormat = this.client.currentTheme.helpers.getDateFormat('short') + ' ' +
|
||||
this.client.currentTheme.helpers.getTimeFormat('short');
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user