[2.x] Fix fclose for socket

pull/149/head
rennokki 4 years ago committed by GitHub
parent cd3624704e
commit b229ce3399
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -27,7 +27,7 @@
{
public function Close( ) : void
{
if( $this->Socket !== null )
if( $this->Socket )
{
FClose( $this->Socket );

Loading…
Cancel
Save