mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-06-27 21:59:52 +00:00
Removed _ split from SplClassLoader
This commit is contained in:
parent
d8ea2e744f
commit
f2dc9cdff7
@ -212,7 +212,7 @@ class SplClassLoader implements SplAutoloader{
|
||||
$resourcePath = str_replace('\\', DIRECTORY_SEPARATOR, $resourceNamespace) . DIRECTORY_SEPARATOR;
|
||||
}
|
||||
|
||||
return $resourcePath . str_replace('_', DIRECTORY_SEPARATOR, $resourceName) . $this->fileExtension;
|
||||
return $resourcePath . $resourceName . $this->fileExtension;
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user