Skip to content

Commit 39f18c9

Browse files
committed
getuid without existing is OK
1 parent f0afa80 commit 39f18c9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

resources/lib/UnityUser.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,6 @@ public function exists()
176176
*/
177177
public function getUID()
178178
{
179-
assert($this->exists());
180179
return $this->uid;
181180
}
182181

0 commit comments

Comments
 (0)