This commit is contained in:
komiko44240BB
2024-07-28 12:22:28 +02:00
parent c7c54e5b1d
commit ea550816e1
2 changed files with 2 additions and 2 deletions

2
.idea/workspace.xml generated
View File

@@ -592,7 +592,7 @@
<workItem from="1722073801714" duration="9372000" />
<workItem from="1722153415499" duration="638000" />
<workItem from="1722154291628" duration="1915000" />
<workItem from="1722157915891" duration="2828000" />
<workItem from="1722157915891" duration="3037000" />
</task>
<servers />
</component>

View File

@@ -149,7 +149,7 @@ void printShipName(struct Ship* s) {
if(strcmp(s->name,"guardian") == 0){
}
if(strcmp(s->name,"strikergi") == 0){
if(strcmp(s->name,"striker") == 0){
}