We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 980ea04 commit a13c24bCopy full SHA for a13c24b
[gameplay]/superman/data/ShData.lua
@@ -123,4 +123,4 @@ end
123
function onClientServerPlayerQuitClearSupermanData()
124
supermansData[source] = nil
125
end
126
-addEventHandler(isServer and "onClientPlayerQuit" or "onPlayerQuit", root, onClientServerPlayerQuitClearSupermanData)
+addEventHandler(isServer and "onPlayerQuit" or "onClientPlayerQuit", root, onClientServerPlayerQuitClearSupermanData)
0 commit comments