From 968fa62318f682951cb7549bdb8979eb5e25c4f6 Mon Sep 17 00:00:00 2001 From: gafferongames Date: Wed, 4 Jan 2017 19:42:04 -0800 Subject: [PATCH] ok time for release --- WOULD BE NICE | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WOULD BE NICE b/WOULD BE NICE index 3b80d405..604f8736 100644 --- a/WOULD BE NICE +++ b/WOULD BE NICE @@ -10,7 +10,7 @@ WOULD BE NICE ------------------ - I notice that the allocators aren't checked on the server when a client finishes up. + I notice that the allocators aren't checked on the server when a client is disconnected. It seems that although I have silo'd clients into their own allocator, I don't think I've done enough work (yet) to ensure that a malicious client can't shit up an allocator after it quits.