Skip to content
This repository has been archived by the owner on Mar 9, 2021. It is now read-only.

Commit

Permalink
[core] Enable filewatcher on all builds
Browse files Browse the repository at this point in the history
  • Loading branch information
zach2good committed Feb 22, 2021
1 parent 19676c9 commit e27b448
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/map/map.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -274,9 +274,7 @@ int32 do_init(int32 argc, char** argv)

PacketGuard::Init();

#ifdef DEBUG
luautils::EnableFilewatcher();
#endif // DEBUG

ShowStatus("The map-server is " CL_GREEN "ready" CL_RESET " to work...\n");
ShowMessage("=======================================================================\n");
Expand Down

0 comments on commit e27b448

Please sign in to comment.