1
0
This commit is contained in:
Tycho 2014-05-17 15:32:28 +01:00
parent 016b8f7b99
commit f451075c1f

View File

@ -55,7 +55,7 @@ public:
cChunkBuffer& operator=(const cChunkBuffer& other)
{
if(&other == this)
if(&other != this)
{
if(IsOwner)
{