Verse persistance

i Got this error after today’s update, and the map was working fine with it, but after the the update the map got unpublished

Is this still an issue for you @iliasxsd?

@iliasxsd You can add the <allocates> specifier to get rid of the warnings.

Example:

stat_type := class<computes><unique><abstract><allocates>:
    DebugString():string

StatType := module:
    win_stat<public> := class<computes><unique><allocates>(stat_type):
        DebugString<override>():string = "Win"

If you’re still having problems with publishing, please let us know as @Flak mentioned!