chore: truth

This commit is contained in:
cha0s 2021-01-16 11:53:12 -06:00
parent 97ce7875e8
commit a8a40c91ba

View File

@ -28,7 +28,7 @@ export default (latus) => class Informed extends Trait {
methods() {
return {
inform: (socket) => {
inform: async (socket) => {
this.#synchronizer.send(socket, this.entity);
},