Обновить pointsystemlib.php
This commit is contained in:
parent
c1bc4bef3d
commit
4fc3761351
@ -29,7 +29,7 @@ function addpoint($name, $point, $reason="") {
|
||||
chechtimebanpoint();
|
||||
$db = loaddb();
|
||||
$db["points"][$name] += $point;
|
||||
$db["logs"][$name][] = "Add " . $point . "points: " . $reason;
|
||||
$db["logs"][$name][] = "Add " . $point . ": " . $reason;
|
||||
savedb($db);
|
||||
}
|
||||
function rmpoint($name, $point, $reason="", $force=true) {}
|
||||
|
Reference in New Issue
Block a user