removing notices

This commit is contained in:
lopar
2018-03-03 02:34:12 +02:00
parent b70edbbb7c
commit ccfbc36694
3 changed files with 13 additions and 8 deletions

View File

@@ -19,7 +19,6 @@ class u
if (!$this->user_id) {
$this->user_id = db::c()->query('SELECT * FROM `users` WHERE `id` = ?i',$playerId)->fetch_assoc();
}
}