diff options
Diffstat (limited to '')
-rw-r--r-- | src/control/Script10.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/control/Script10.cpp b/src/control/Script10.cpp index 388bfe8e..1a355228 100644 --- a/src/control/Script10.cpp +++ b/src/control/Script10.cpp @@ -27,7 +27,7 @@ bool gDeveloperFlag; int8 CRunningScript::ProcessCommands1600To1699(int32 command) { switch (command) { - case COMMAND_ADD_NOODLES_DELIEVERED: + case COMMAND_ADD_NOODLES_DELIVERED: CollectParameters(&m_nIp, 1); // CStats::NoodlesDelievered += GET_INTEGER_PARAM(0); return 0; |