Finishes major documentation, bug fixes, and small optimizations

This commit is contained in:
雲華
2022-04-17 16:57:24 -04:00
parent 565997b9d7
commit e13b0f8740
3 changed files with 897 additions and 679 deletions

View File

@@ -850,6 +850,7 @@ internal class Program
* Q and q:
* Returns to the main loop for choosing either the Guest or Admin flow.
*/
Hotel.CheckBaseRate();
string? input = Console.ReadLine();
switch (input)
{
@@ -1309,6 +1310,7 @@ internal class Program
* Q or Q:
* Returns to the main loop for choosing either the Guest or Admin flow.
*/
Hotel.CheckBaseRate();
string? input = Console.ReadLine();
switch (input)
{