Dragonfly full support #199
@ -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
|
||||
|
Reference in New Issue
Block a user