Skip to content
This repository was archived by the owner on Feb 9, 2020. It is now read-only.

Commit 30f078a

Browse files
committed
update exe filename in header
1 parent bfe40b4 commit 30f078a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mud.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
#define MUDPORT 9009 /* just set whatever port you want */
3636
#define FILE_TERMINATOR "EOF" /* end of file marker */
3737
#define COPYOVER_FILE "../txt/copyover.dat" /* tempfile to store copyover data */
38-
#define EXE_FILE "../src/SocketMud" /* the name of the mud binary */
38+
#define EXE_FILE "../src/guildmud" /* the name of the mud binary */
3939

4040
/* Connection states */
4141
#define STATE_NEW_NAME 0

0 commit comments

Comments
 (0)