Skip to content

Commit 76d6077

Browse files
Update code/scripting/api/objs/enums.cpp
Co-authored-by: John Fernandez <jafernandez.tampabay@gmail.com>
1 parent d9d609e commit 76d6077

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

code/scripting/api/objs/enums.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -589,7 +589,7 @@ static const SCP_unordered_map<SCP_string, const char*> Enum_descriptions = {
589589
{"COMMIT_BANK_GAP_ERROR", "Weapon banks contain gaps; empty slots appear between assigned weapons."},
590590
{"COMMIT_PLAYER_NO_SLOT", "Player has no ship slot assigned in the briefing."},
591591
{"COMMIT_MULTI_PLAYERS_NO_SHIPS", "Not all multiplayer players have been assigned to their ship slots yet."},
592-
{"COMMIT_MULTI_NOT_ALL_ASSIGNED", "Not all multiplayer pilots have been assigned to a ship slot."},
592+
{"COMMIT_MULTI_NOT_ALL_ASSIGNED", "Not all multiplayer pilots have been assigned to a ship."},
593593
{"COMMIT_MULTI_NO_PRIMARY", "A multiplayer ship has no primary weapon assigned."},
594594
{"COMMIT_MULTI_NO_SECONDARY", "A multiplayer ship has no secondary weapon assigned."},
595595

0 commit comments

Comments
 (0)