v0.8 업데이트 #116

Closed
Hide_D wants to merge 209 commits from custom_map into devel
Showing only changes of commit a76dc6436f - Show all commits
+1 -1
View File
@@ -400,7 +400,7 @@ for($i=0;$i<16;$i+=1){
}
$bet = [];
for ($i=0; $i < 16; $i++) {
if($betting['bet'] == 0){
if($betting["bet{$i}"] == 0){
$bet[$i] = '∞';
continue;
}