fix(init): incorrect server check

This commit is contained in:
Linden
2022-03-01 14:20:14 +00:00
parent 5a30dd7ad1
commit 6b8b7990c8

View File

@@ -158,7 +158,7 @@ local cache_mt = {
__call = function(self)
table.wipe(self)
if IsDuplicityVersion then
if file == 'server' then
else
self.playerId = PlayerId()