Moved the RAKNET_MAGIC constant

This commit is contained in:
Shoghi Cervantes Pueyo
2013-03-21 17:03:13 +01:00
parent 6e4141f140
commit 2e0d49a2ba
5 changed files with 8 additions and 8 deletions

View File

@ -93,7 +93,7 @@ class Packet{
}
break;
case "magic":
$this->addRaw(MAGIC);
$this->addRaw(RAKNET_MAGIC);
break;
case "float":
$this->addRaw(Utils::writeFloat($this->data[$field]));