derp
This commit is contained in:
parent
016b8f7b99
commit
f451075c1f
@ -55,7 +55,7 @@ public:
|
||||
|
||||
cChunkBuffer& operator=(const cChunkBuffer& other)
|
||||
{
|
||||
if(&other == this)
|
||||
if(&other != this)
|
||||
{
|
||||
if(IsOwner)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user