Skip to content
Success

Changes

Summary

  1. Serialize UUID to raw data instead of string (commit: 820513c) (details)
  2. Update license dates (commit: 7f321f4) (details)
Commit 820513c6af8b54b3fd37c98e81b1aed54a68a7a4 by ME1312
Serialize UUID to raw data instead of string

We can still read the standard string format for UUIDs, though. It's just faster to use raw data.

To bypass this and write a UUID as a string, use UUID.toString() on it beforehand.
(commit: 820513c)
The file was modified GalaxiAPI/global/src/net/ME1312/Galaxi/Library/Map/ObjectMapValue.java (diff)
The file was modified GalaxiAPI/global/src/net/ME1312/Galaxi/Library/Map/ObjectMap.java (diff)
The file was modified LICENSE (diff)