Fixed indev client builds

canary
WolverinDEV 2019-10-26 03:02:38 +02:00
parent a2f616b705
commit 5a824ecd43
1 changed files with 1 additions and 0 deletions

View File

@ -44,6 +44,7 @@
global $CLIENT;
$CLIENT = true;
chdir(dirname($name));
include $name;
return;
}