Fix econ bug

This commit is contained in:
Magnus Ulf 2019-01-21 21:15:41 +01:00
parent 173852eb00
commit 776d08a274

View File

@ -1979,7 +1979,7 @@ public class MUtil
// The accountId extractor is used for the money mixin. // The accountId extractor is used for the money mixin.
// For now we act on the name instead of the ID since vault needs names. // For now we act on the name instead of the ID since vault needs names.
registerExtractor(UUID.class, "accountId", ExtractorSenderId.get()); registerExtractor(String.class, "accountId", ExtractorSenderId.get());
} }
} }