Skip to content

Commit

Permalink
Nothing
Browse files Browse the repository at this point in the history
Removed an useless return
  • Loading branch information
iopietro authored Feb 22, 2019
1 parent 7a6bd8c commit 90ac702
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions GameEngine/Building.php
Original file line number Diff line number Diff line change
Expand Up @@ -816,8 +816,6 @@ public static function recountCP($database, $vid){

$q = "UPDATE ".TB_PREFIX."vdata set cp = $cpTot where wref = $vid";
mysqli_query($database->dblink,$q);

return $cpTot;
}

public static function buildingCP($f, $lvl){
Expand Down

0 comments on commit 90ac702

Please sign in to comment.