From 1a82c3a6bdd91267f59187f171e7eaa9c65e2e68 Mon Sep 17 00:00:00 2001 From: Marc Di Luzio Date: Sat, 6 Jun 2020 16:02:11 +0100 Subject: [PATCH] Note that commands now do happen in real time --- docs/poc.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/poc.md b/docs/poc.md index f6442d8..ef09667 100644 --- a/docs/poc.md +++ b/docs/poc.md @@ -11,7 +11,7 @@ For a proof of concept we'll implement a very small subset of the final features * Persistent accounts and world (done) * Multiple users (done) * Populate map with locations/objects -* Commands happen in "real time" +* Commands happen in "real time" (done) ### Stretch goals