From aa901a2b436a2ff1517d3a51c8ae0b0d67cb81ad Mon Sep 17 00:00:00 2001 From: Nostrademous Date: Fri, 2 Apr 2021 17:57:02 -0400 Subject: [PATCH] changed name back to Path of Building --- src/Launch.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Launch.lua b/src/Launch.lua index 6822c3e0..9fe7dbcf 100644 --- a/src/Launch.lua +++ b/src/Launch.lua @@ -5,7 +5,7 @@ -- Program entry point; loads and runs the Main module within a protected environment -- -APP_NAME = "PoB Community Fork" +APP_NAME = "Path of Building" SetWindowTitle(APP_NAME) ConExecute("set vid_mode 8")