ncannasse 7 years ago
parent
commit
91cccdabbc
1 changed files with 1 additions and 1 deletions
  1. 1 1
      hxd/net/SteamHost.hx

+ 1 - 1
hxd/net/SteamHost.hx

@@ -25,7 +25,7 @@ package hxd.net;
 #error	"Using SteamHost requires compiling with -lib hxbit"
 #end
 #if !hlsteam
-#error	"Using SteamHost requires compiling with -lib steamwrap"
+#error	"Using SteamHost requires compiling with -lib hlsteam"
 #end
 import hxbit.NetworkHost;