]> git.lizzy.rs Git - dragonfireclient.git/commit
redis: throw error if block request failed
authornetinetwalker <manuel.hilbing@googlemail.com>
Fri, 25 Sep 2015 22:26:52 +0000 (00:26 +0200)
committerest31 <MTest31@outlook.com>
Sat, 26 Sep 2015 15:36:59 +0000 (17:36 +0200)
commit524a7656e3e5cd671b05c13e2ad69cb84bad0423
tree0f7da732d102c6aeddb1184739b5fa6eb27e1534
parentf062bbd7a182233f96c61287d0397534811627d9
redis: throw error if block request failed

Fixes #3196. Before, we didn't throw an error, and the engine thought the
block isn't occupied. But in fact it might be that redis is still loading,
and the block does exist in the database. The result was a cheesy map.
src/database-redis.cpp