08-08-2013, 02:15 PM
(This post was last modified: 08-08-2013, 02:17 PM by seankingman.)
Code:
public static boolean Bump()
{
if(forum.Post => 22)
return true;
else
return false;
}
@StupidJavaNonsense