Dragonfly full support #199
@ -311,8 +311,8 @@ function bds_get_config(){
|
|||||||
|
|
||||||
// Get Withelist
|
// Get Withelist
|
||||||
function bds_get_whitelist(){
|
function bds_get_whitelist(){
|
||||||
const BdsPlatform = BdsPlatform;
|
const BdsPlatform = GetPlatform();
|
||||||
const ToReturn = [];
|
const ToReturn = [];
|
||||||
|
|
||||||
// Bedrock
|
// Bedrock
|
||||||
if (BdsPlatform === "bedrock") {
|
if (BdsPlatform === "bedrock") {
|
||||||
@ -347,4 +347,4 @@ function bds_get_whitelist(){
|
|||||||
// Export modules
|
// Export modules
|
||||||
module.exports.config = bds_config
|
module.exports.config = bds_config
|
||||||
module.exports.get_config = bds_get_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