Skip to content
This repository was archived by the owner on Mar 16, 2019. It is now read-only.

Commit 0a8f47e

Browse files
author
UramnOIL
committed
修正
1 parent 18a4736 commit 0a8f47e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/VectorNetworkProject/DataProvider/Tables/NetworkLevel/NetworkLevel.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,6 @@ public function get(IPlayer $player, callable $onSuccess = null, ?callable $onEr
7171
*/
7272
public function add(IPlayer $player, int $exp = 0, ?callable $onSuccess = null, ?callable $onError = null): void
7373
{
74-
$this->connector->executeChange(self::ADD, ['name' => $player->getName(), $exp], $onSuccess, $onError);
74+
$this->connector->executeChange(self::ADD, ['name' => $player->getName(), 'exp' => $exp], $onSuccess, $onError);
7575
}
7676
}

0 commit comments

Comments
 (0)