Fe - Economy

59k Downloads

Save null as String in MySQL

ryush00 opened this issue ยท 1 comments

commented

I installed @VoxileRu's clone. When i executed "/money ryush00", my name was "null". Not ryush00.

image

I debuged and find out My name was stored as String null.

internal.name  = dbname != null ? dbname : internal.name;

So this code couldn't catch String null.