-
Notifications
You must be signed in to change notification settings - Fork 59
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
WorkshopId
should be ulong
not long
?
#153
Comments
For commenting the code, please use direct "code comment" feature, not "issues". You can open the source code in the GitHub web view and add your comments directly to the corresponding code lines. Please move your question there and close the issue. |
What's the specific procedure? I don't see a direct option to comment, but if I select the line of code I see option to create new issue relating to that line (although on doing so I didn't see any clear indication the issue would be linked to the code)? Or should I track down the commit that added that line and comment there? See also: isaacs/github#284 |
Yeah, that's not so straight forward. The comments are available for commits only, not for the plain code view.
|
In RealTimeMod.cs:
private const long WorkshopId = 1420955187;
But later in the file:
You're comparing to
pi.publishedFileID.AsUInt64
- so shouldn'tWorkshopId
be aulong
?The text was updated successfully, but these errors were encountered: