Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
javadsaberlatibari authored Mar 27, 2024
1 parent c91a926 commit 6714f3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wellcoordination/benchmark/rubis.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ class Rubis : public ReplicatedObject
// 0
void sellItem(int s_id, int value)
{
if(auction[a_id][3]==1){
if(auction[s_id][3]==1){
auction[s_id][0]=value;
}
}
Expand Down

0 comments on commit 6714f3d

Please sign in to comment.