diff --git a/components/data/SceneManager.brs b/components/data/SceneManager.brs index 13c02e89..d2eac275 100755 --- a/components/data/SceneManager.brs +++ b/components/data/SceneManager.brs @@ -176,7 +176,7 @@ end sub ' Update username in overhang sub updateUser() ' Passthrough to overhang - m.overhang.currentUser = m.top.currentUser + if m.overhang <> invalid then m.overhang.currentUser = m.top.currentUser end sub