Dragonfly full support #199

Merged
Sirherobrine23 merged 4 commits from Dragonfly_Sirherobrine23 into main 2021-09-28 02:32:17 +00:00
Showing only changes of commit e05edd3229 - Show all commits

View File

@ -311,8 +311,8 @@ function bds_get_config(){
// Get Withelist
function bds_get_whitelist(){
const BdsPlatform = BdsPlatform;
const ToReturn = [];
const BdsPlatform = GetPlatform();
const ToReturn = [];
// Bedrock
if (BdsPlatform === "bedrock") {
@ -347,4 +347,4 @@ function bds_get_whitelist(){
// Export modules
module.exports.config = bds_config
module.exports.get_config = bds_get_config
module.exports.get_whitelist = bds_get_whitelist
module.exports.get_whitelist = bds_get_whitelist