implement loot system feedback
This commit is contained in:
@@ -102,6 +102,13 @@ implements TableDefinitionExporter, IAdmin {
|
||||
private startWebsocket(){
|
||||
this.rpcServer = new RPCServer(20000, [
|
||||
...this.frontworkComponents,
|
||||
{
|
||||
name: "debug",
|
||||
exportRPCs: () => [{
|
||||
name: 'dumpDb',
|
||||
call: async (table) => await this.knex(table).select('*')
|
||||
}]
|
||||
}
|
||||
], {
|
||||
visibility: '0.0.0.0'
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user