felixms / arma-rcon-class-php

A lightweight client for sending commands easily to a BattlEye server.
MIT License
46 stars 22 forks source link

Ping detection currently not working, MaxPing command disabled #28

Closed nerdalertdk closed 7 years ago

felixms commented 7 years ago

Mmh, thanks for contributing this, but I don't really like the solution. Returning the error message instead of the class will break current installations. Please update the pr: display the error message via @trigger_error("...", E_NOTICE);, comment the send() out and still return the class.