Simplix-Softworks / SimplixStorage

Library to store data in a better way
Apache License 2.0
138 stars 25 forks source link

getOrSetDefault send message in console #23

Closed uiytt closed 4 years ago

uiytt commented 4 years ago

Describe the bug Everytime I use (in 3.0.5) : getOrSetDefault(), a message of the type of data I got is send in the console. Like : "OBJ: String T: String" To Reproduce

Yaml YamlConfig = new Yaml("config","test");
String strengthstring = YamlConfig.getOrSetDefault("test","hey :D");

Expected behavior Send nothing

uiytt commented 4 years ago

Oh wait it was patched in 3.0.6