warning 메시지 수정

This commit is contained in:
2021-09-05 23:02:52 +09:00
parent e64812da72
commit 2bce6e4f02
+1 -2
View File
@@ -377,7 +377,7 @@ $genTotal = 0;
foreach($generalsFormat as $general){ foreach($generalsFormat as $general){
if($general['nation'] == 0){ if(!$general['nation'] || !$myNation['nation']){
continue; continue;
} }
if($general['nation'] != $myNation['nation']){ if($general['nation'] != $myNation['nation']){
@@ -520,4 +520,3 @@ foreach($generalsFormat as $general){
</table> </table>
</body> </body>
</html> </html>