it is nullable now so this comment doesn't make sense anymore

This commit is contained in:
modeco80
2024-08-23 07:29:26 -04:00
parent e839f7f5aa
commit b66810a227

View File

@@ -123,8 +123,6 @@ export default class CollabVMServer {
this.VM = vm;
// the VM interface should probably be allowed to return a nullable display
// but i cba
let self = this;
vm.Events().on('statechange', (newState: VMState) => {