Explorar o código

Added Steamcmd set_download_throttle Config Setting

own3mall %!s(int64=6) %!d(string=hai) anos
pai
achega
94137ba668
Modificáronse 1 ficheiros con 4 adicións e 0 borrados
  1. 4 0
      OGP/ogp_agent.pl

+ 4 - 0
OGP/ogp_agent.pl

@@ -4346,3 +4346,7 @@ sub get_setting_using_api
 	
 	return -1;
 }
+
+sub is_integer {
+   defined $_[0] && $_[0] =~ /^[+-]?\d+$/;
+}